/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.container {
    position: relative;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}
.columns,
.column {
    box-sizing: border-box;
    flex: 0 1 auto;
}
.column:first-child,
.columns:first-child {
    margin-left: 0;
}
.one {
    flex-basis: 4.6666666667%;
    width: 4.6666666667%;
}
.two {
    flex-basis: 13.3333333333%;
    width: 13.3333333333%;
}
.three {
    flex-basis: 22%;
    width: 22%;
}
.four {
    flex-basis: 30.6666666667%;
    width: 30.6666666667%;
}
.five {
    flex-basis: 39.3333333333%;
    width: 39.3333333333%;
}
.six {
    flex-basis: 48%;
    width: 48%;
}
.seven {
    flex-basis: 56.6666666667%;
    width: 56.6666666667%;
}
.eight {
    flex-basis: 65.3333333333%;
    width: 65.3333333333%;
}
.nine {
    flex-basis: 74%;
    width: 74%;
}
.ten {
    flex-basis: 82.6666666667%;
    width: 82.6666666667%;
}
.eleven {
    flex-basis: 91.3333333333%;
    width: 91.3333333333%;
}
.twelve {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
}
.column-offset-0 {
    margin-left: 0;
}
.column-offset-1 {
    margin-left: 8.33333333%;
}
.column-offset-2 {
    margin-left: 16.66666667%;
}
.column-offset-3 {
    margin-left: 25%;
}
.column-offset-4 {
    margin-left: 33.33333333%;
}
.column-offset-5 {
    margin-left: 41.66666667%;
}
.column-offset-6 {
    margin-left: 50%;
}
.column-offset-7 {
    margin-left: 58.33333333%;
}
.column-offset-8 {
    margin-left: 66.66666667%;
}
.column-offset-9 {
    margin-left: 75%;
}
.column-offset-10 {
    margin-left: 83.33333333%;
}
.column-offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 550px) {
    .not-around .column:first-child,
    .not-around .columns:first-child {
        margin-left: 0;
    }
    .not-around .column,
    .not-around .columns {
        margin-left: 4%;
    }
}
.between {
    justify-content: space-between;
}
.evenly {
    justify-content: space-evenly;
}
.around {
    justify-content: space-around;
}
.center {
    justify-content: center;
    text-align: center;
}
.start {
    justify-content: flex-start;
}
.end {
    justify-content: flex-end;
}
.top {
    align-items: flex-start;
}
.bottom {
    align-items: flex-end;
}
.middle {
    align-items: center;
}
.first {
    order: -1;
}
.last {
    order: 1;
}
.vertical {
    flex-flow: column wrap;
}
.row-align-center {
    align-items: center;
}
.space-right {
    margin-right: 10px;
}
.space-left {
    margin-left: 10px;
}
.space-bottom {
    margin-bottom: 10px;
}
.space-top {
    margin-top: 10px;
}
@media screen and (max-width: 800px) {
    .container {
        overflow: auto;
    }
    .row {
        margin-bottom: 20px;
    }
    .columns,
    .column {
        min-width: 100%;
    }
    .column-offset-0,
    .column-offset-1,
    .column-offset-2,
    .column-offset-3,
    .column-offset-4,
    .column-offset-5,
    .column-offset-6,
    .column-offset-7,
    .column-offset-8,
    .column-offset-9,
    .column-offset-10,
    .column-offset-11 {
        margin: unset;
    }
}
@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.eot?82279574");
    src: url("../fonts/fontello.eot?82279574#iefix") format("embedded-opentype"),
        url("../fonts/fontello.svg?82279574#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "fontello";
    src: url("data:application/octet-stream;base64,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")
            format("woff"),
        url("data:application/octet-stream;base64,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AmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=")
            format("truetype");
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.icon-ok-circled:before {
    content: "";
}
.icon-eye:before {
    content: "";
}
.icon-eye-off:before {
    content: "";
}
.icon-th:before {
    content: "";
}
.icon-arrow-right:before {
    content: "";
}
.icon-phone:before {
    content: "";
}
.icon-trash-empty:before {
    content: "";
}
.icon-info-circled-alt:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-menu:before {
    content: "";
}
.icon-linkedin:before {
    content: "";
}
.icon-angle-up:before {
    content: "";
}
.icon-angle-down:before {
    content: "";
}
.icon-instagram:before {
    content: "";
}
.icon-facebook-official:before {
    content: "";
}
.icon-telegram:before {
    content: "";
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 10px 30px;
    color: #555;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
.tinytabs .tabs {
    display: flex;
    flex-flow: row wrap;
}
.tinytabs .tabs .tab {
    margin: 0 3px 0 0;
}
.tinytabs .tabs .tab {
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
}
.tinytabs .section {
    overflow: hidden;
    clear: both;
    border-radius: 3px;
}
.tinytabs .tab.sel {
    text-shadow: none;
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: 2333.3333333333%;
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: 1.4285714286%;
    height: 10px;
    float: left;
}
.tlite {
    background: #111;
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding: 0.6em 0.75rem;
    border-radius: 4px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
    white-space: nowrap;
    box-shadow: 0 0.5rem 1rem -0.5rem #000;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
}
.tlite-table td,
.tlite-table th {
    position: relative;
}
.tlite-visible {
    visibility: visible;
    opacity: 0.9;
}
.tlite::before {
    content: " ";
    display: block;
    background: inherit;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
}
.tlite-n::before {
    top: -3px;
    left: 50%;
    margin-left: -5px;
}
.tlite-nw::before {
    top: -3px;
    left: 10px;
}
.tlite-ne::before {
    top: -3px;
    right: 10px;
}
.tlite-s::before {
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
}
.tlite-se::before {
    bottom: -3px;
    right: 10px;
}
.tlite-sw::before {
    bottom: -3px;
    left: 10px;
}
.tlite-w::before {
    left: -3px;
    top: 50%;
    margin-top: -5px;
}
.tlite-e::before {
    right: -3px;
    top: 50%;
    margin-top: -5px;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
    vertical-align: middle;
}
.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
footer {
    background-color: #fbfbfb;
    padding: 30px 0 5px 0;
    border-top: 1px solid #eee;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .contactnumber {
    font-size: 1.25rem;
    color: #424242;
    margin-bottom: 10px;
}
footer .social {
    padding: 0;
    margin-top: 15px;
}
footer .social:last-child {
    margin-top: 8px;
}
footer .social li {
    display: inline-block;
    margin-right: 13px;
}
footer .social a {
    font-size: 1.25rem;
    color: #9b9b9b;
    line-height: 1;
}
footer .social a:hover {
    color: #387ed1;
}
footer .social a img {
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
}
footer .social a img.youtube-logo {
    width: 26px;
    height: 26px;
    top: 7px;
}
footer .footer-logo {
    padding: 10px 0;
}
footer .footer-logo img {
    max-height: 20px;
    width: auto;
}
footer .main-footer li {
    line-height: 2;
}
footer .main-footer li a {
    color: #666;
}
footer .main-footer li a:hover {
    color: #387ed1;
}
footer .main-footer .nav-head {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
}
footer .smallprint {
    color: #9b9b9b;
    margin-top: 40px;
}
footer .smallprint p {
    font-size: 0.65rem;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}
footer .smallprint p:last-child {
    margin-bottom: 0;
}
footer .footer-graveyard-links ul li {
    display: inline;
    font-size: 0.8rem;
    margin-right: 20px;
}
footer .footer-graveyard-links ul li a {
    color: #9b9b9b;
    line-height: 4;
    font-size: 0.75rem;
}
footer .footer-graveyard-links ul li a:hover {
    color: #387ed1;
}
footer .copyright {
    margin: 0;
    font-size: 0.8rem;
}
@media only screen and (max-width: 1100px) {
    footer .container {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    .main-footer .column,
    .main-footer .columns {
        margin-bottom: 40px;
    }
    .main-footer .column:last-child,
    .main-footer .columns:last-child {
        margin-bottom: 0;
    }
}
.navbar {
    perspective: 600px;
}
.banner-on .navbar {
    box-shadow: none;
}
.navbar {
    top: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
    background-color: #fff;
    box-shadow: 2px 1px 2px #eee;
    box-sizing: border-box;
}
.navbar a {
    font-weight: 400;
}
.navbar .container {
    padding: 0;
}
.navbar .logo-img {
    max-height: 17px;
    vertical-align: middle;
    position: relative;
    top: 18px;
}
.navbar .banner-img-link {
    display: inline-block;
    margin-left: 10px;
}
.navbar .banner-img-link .banner-img {
    max-height: initial !important;
    height: auto;
    width: 200px !important;
    vertical-align: top !important;
    top: 11px;
}
.navbar #nav_acop {
    padding: 3px 20px;
    background: #387ed1;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}
.navbar #nav_acop:hover {
    background: #222;
}
.navbar #nav-icon3 {
    width: 18px;
    top: 8px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.navbar #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #424242;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.navbar #nav-icon3 span:nth-child(1) {
    top: 0px;
}
.navbar #nav-icon3 span:nth-child(2),
.navbar #nav-icon3 span:nth-child(3) {
    top: 6px;
}
.navbar #nav-icon3 span:nth-child(4) {
    top: 12px;
}
.navbar #menu_btn {
    color: #666;
    font-weight: 400;
    display: inline-block;
    padding: 20px 0;
}
.navbar #menu_btn:hover {
    cursor: pointer;
}
.navbar-links {
    list-style-type: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
.navbar-links #navbar_menu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.navbar-links li {
    display: inline;
}
.navbar-links li a {
    color: #666;
    font-size: 0.9rem;
    transition: color 0.3s;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}
.navbar-links li a:hover {
    color: #387ed1;
}
.navbar-links li a:hover img {
    opacity: 0.8;
}
.nav-up {
    top: -110px !important;
}
.nav-active ul li a.active {
    color: #387ed1;
    text-shadow: 0 0 0 #387ed1;
}
@media only screen and (min-width: 960px) {
    .signup-link {
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 550px) {
    .navbar .banner-img {
        min-width: 150px !important;
        top: 13px !important;
    }
    .navbar .logo-img {
        max-width: 110px;
    }
}
@media only screen and (max-width: 960px) {
    .navbar {
        height: 60px;
    }
    .navbar .logo-img {
        position: relative;
        top: 15px;
    }
    .navbar #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .navbar #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .navbar #nav-icon3 {
        top: -1px;
        width: 25px;
    }
    .navbar .container .navbar-links {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 20px;
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .navbar .container .navbar-links #navbar_menu {
        padding: 0;
    }
    .navbar .container .navbar-links #nav-icon3 span:nth-child(2),
    .navbar .container .navbar-links #nav-icon3 span:nth-child(3) {
        top: 7px;
    }
    .navbar .container .navbar-links #nav-icon3 span:nth-child(4) {
        top: 14px;
    }
    .navbar .container .navbar-links li {
        margin: 0;
        text-align: left;
        flex: 0 0 50%;
        box-sizing: border-box;
        padding: 7px;
    }
    .navbar .container .navbar-links li a {
        padding: 0;
        font-size: 0.9rem !important;
        color: #444;
    }
    .navbar .container .navbar-links li .nav-mobile-signup {
        background: #387ed1;
    }
    .navbar .container .navbar-links li .nav-mobile-signup a {
        font-size: 1rem !important;
        font-weight: 500;
        color: #fff !important;
        padding: 10px 20px;
        display: block;
    }
    .navbar .container .navbar-links li #menu_btn {
        position: absolute;
        right: 0px;
        top: 4px;
        z-index: 101;
    }
    .navbar .container .products-list {
        padding: 10px 20px;
        border-top: 1px solid #eee;
    }
    .navbar .container .products-list a {
        display: flex;
        align-items: center;
    }
    .navbar .container .products-list img {
        max-height: 30px;
        margin-right: 5px;
    }
    .navbar .container .products-list img.nav-edu-img {
        width: 18px;
        margin-right: 10px;
        margin-left: 7px;
    }
    .navbar .container .navbar-menu {
        overflow: auto;
        top: 10px;
        width: calc(100% + 20px);
        left: -10px;
        padding-top: 15px;
        box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
            0 30px 60px -30px rgba(0, 0, 0, 0.3),
            0 -18px 60px -10px rgba(0, 0, 0, 0.025);
        border-radius: 3px;
    }
    .navbar .container .navbar-menu .menu-footer {
        padding: 20px;
        background: #fff;
        border-top: 1px solid #eee;
    }
    .navbar .container .navbar-menu .menu-footer .six {
        min-width: auto;
    }
    .navbar .container .navbar-menu .menu-footer .six p {
        margin-top: 0;
    }
    .navbar .container .navbar-menu .menu-footer .column,
    .navbar .container .navbar-menu .menu-footer .columns {
        margin-bottom: 30px;
    }
    .navbar .container .navbar-menu .menu-footer .column:last-child,
    .navbar .container .navbar-menu .menu-footer .columns:last-child {
        margin-bottom: 0;
    }
    .navbar .container .navbar-menu .menu-footer .row,
    .navbar .container .navbar-menu .menu-footer .columns {
        margin-bottom: 0;
    }
    .navbar .container .navbar-menu .menu-footer a {
        display: block;
        padding: 0;
        color: #666;
    }
    .navbar .container .navbar-menu .menu-footer .education a {
        display: inline-block;
    }
    .navbar .container .relative-section img {
        width: 150px !important;
        height: auto;
        max-height: 100px;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 1100px) {
    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar .banner-img {
        min-width: 190px;
    }
}
@media only screen and (max-width: 960px) {
    .navbar .container {
        overflow: visible;
    }
    .nav-responsive {
        margin-bottom: 0;
    }
    .nav-responsive .products-list .columns {
        width: 50% !important;
        min-width: 50% !important;
        margin-bottom: 0 !important;
        flex-basis: 50%;
        margin-top: 15px;
    }
    .nav-responsive .relative-section,
    .nav-responsive .nav-active {
        min-width: 91%;
        max-width: 91%;
    }
    .hide-on-small {
        display: none !important;
    }
}
.navbar-menu {
    width: 700px;
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease;
    transform: rotateX(-15deg);
    transform-origin: 0 0;
    right: 0px;
    top: 67px;
    z-index: 100;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}
.navbar-menu a {
    display: block;
}
.navbar-menu .products-list {
    padding: 20px 0;
}
.navbar-menu .products-list a {
    display: block;
    padding: 0;
}
.navbar-menu .products-list img {
    max-height: 50px;
}
.navbar-menu .menu-footer {
    padding: 20px 30px;
    background: #fafafb;
}
.navbar-menu .menu-footer a {
    display: block;
    padding: 0;
    margin-bottom: 5px;
}
.navbar-menu .menu-footer a img {
    max-height: 35px;
    margin-bottom: 10px;
}
.navbar-menu .menu-footer li {
    font-size: 1rem;
    padding: 5px 20px;
}
.navbar-menu .menu-footer .education a {
    margin-right: 40px;
    display: inline-block;
}
.navbar-menu ul {
    padding: 0;
    margin: 0;
}
.navbar-menu ul li {
    padding: 10px 20px;
    display: block;
    margin-left: 0;
}
.navbar-menu ul li a {
    font-size: 1rem !important;
}
.navbar-menu ul li span {
    color: #424242;
}
.navbar-menu ul li img {
    transition: 0.3s;
    width: 40px;
    max-height: 50px;
    margin-right: 20px;
}
.navbar-menu ul li:hover img {
    opacity: 0.6;
}
.navbar-menu.show {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    display: block;
}
html,
body {
    font-family: "Inter", serif;
    font-size: 16px;
    width: 100%;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #387ed1;
    text-decoration: none;
    font-weight: 500;
}
a:hover {
    cursor: pointer;
    color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}
h1 {
    font-size: 2.75rem;
    line-height: 1.25;
}
h2 {
    font-size: 2rem;
    line-height: 1.5;
}
h3 {
    font-size: 1.75rem;
    line-height: 1.6;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
    font-weight: 400;
}
h5 a {
    font-weight: 400;
}
h6 {
    font-size: 1.125rem;
}
p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}
.hidden {
    display: none !important;
}
.v-align {
    align-items: center;
    display: flex;
}
.no-bullet-list {
    list-style-type: none;
}
.space-top {
    margin-top: 30px;
}
.space-bottom {
    margin-bottom: 30px;
}
.bottom-5 {
    margin-bottom: 5px;
}
.text-18 {
    font-size: 1.15rem;
}
.text-12 {
    font-size: 0.75rem;
}
.text-center {
    text-align: center;
}
.text-left {
    justify-content: flex-start;
    text-align: left;
}
.text-right {
    justify-content: flex-end;
    text-align: right;
}
.text-grey {
    color: #666;
}
.text-light-grey {
    color: #9b9b9b;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.border-top {
    border-top: 1px solid #eee;
}
.color-grey {
    color: #9b9b9b;
}
.color-blue {
    color: #387ed1;
}
.grey-back {
    background-color: #fafafb;
}
.show-on-mobile {
    display: none;
}
@media only screen and (max-width: 800px) {
    .show-on-mobile {
        display: block;
    }
    .hide-on-mobile {
        display: none;
    }
    .img-right {
        order: 2;
    }
    .no-margin-mobile {
        margin: 0;
    }
}
body {
    padding-top: 65px;
    color: #424242;
    min-width: 350px;
}
.mini-container {
    width: 900px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}
ul.list-items {
    padding-left: 20px;
}
ul.list-items li {
    margin-bottom: 5px;
}
.table-container {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.table-container.has-sticky {
    overflow: initial;
}
section {
    padding: 80px 0 0 0;
}
section:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
}
section:first-child h1,
section:first-child h2 {
    margin-bottom: 0;
}
section:first-child h5 {
    margin-top: 10px;
}
section:last-child {
    padding-bottom: 80px;
}
section.bug-sections {
    padding-top: 35px;
}
img {
    max-width: 100%;
}
hr {
    border: none;
    border-top: 1px solid #eee;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.2em;
    height: 45px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 20px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 1px solid #666;
}
button,
.button {
    background-color: #387ed1;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 3px;
}
button:hover,
.button:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #222;
    color: #fff !important;
}
input[type="submit"],
input[type="button"] {
    background-color: #387ed1;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px !important;
}
input[type="submit"].disabled,
input[type="button"].disabled {
    pointer-events: none;
    background: #a1a1a1;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    border: 1px solid rgba(0, 0, 0, 0) !important;
    background: #222;
    color: #fff !important;
}
.button-outlined,
.button.button-outlined {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #666 !important;
    border: 1px solid #9b9b9b !important;
}
.button-outlined:hover,
.button.button-outlined:hover {
    background: #222 !important;
    color: #fff !important;
}
b,
strong {
    font-weight: 500;
}
nav.tabs {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
nav.tabs a {
    min-width: 130px;
    text-align: center;
    border: none;
    border-radius: 0;
    font-size: 1.5rem;
    padding: 0 35px 5px 35px;
    color: #387ed1;
}
nav.tabs a:focus {
    outline: none;
}
nav.tabs a:hover {
    border: none !important;
    color: #666;
}
nav.tabs:last-child a {
    border-right: none;
}
nav.tabs .sel {
    color: #666;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid #387ed1 !important;
}
nav.tabs .sel:hover {
    border-bottom: 2px solid #387ed1 !important;
    color: #666;
}
table {
    border-spacing: 0;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
}
table th,
table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
table th:first-child,
table td:first-child {
    padding-left: 0;
}
table th:last-child,
table td:last-child {
    padding-right: 0;
}
table thead tr th {
    font-size: 0.875rem;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}
table tbody tr:nth-child(even) {
    background: #fbfbfb;
}
table tr {
    border-bottom: 1px solid #f4f4f4;
}
table td {
    border: none !important;
    font-size: 0.875rem;
    padding: 12px 15px;
}
table td:first-child,
table th:first-child {
    padding-left: 15px !important;
    border-left: none;
}
table td:last-child,
table th:last-child {
    padding-right: 15px !important;
    border-right: none;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    background-color: rgba(238, 238, 238, 0.8);
    z-index: 99999;
}
.modal .modal-content {
    position: relative;
    margin-top: 5% !important;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 765px;
    min-height: 465px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: 2px 2px 2px #eaeaea;
    animation-duration: 0.1s;
}
.modal .modal-header {
    padding: 2px 16px;
    margin-bottom: 5px;
}
.menu_close,
.close {
    color: #666;
    float: right;
    font-size: 2.125rem;
    font-weight: 100;
}
.menu_close:hover,
.close:hover {
    cursor: pointer;
}
.notice {
    border: 1px solid #f7db78;
    background: rgba(218, 212, 27, 0.17);
    border-radius: 2px;
    padding: 15px;
    box-sizing: border-box;
}
.notice span {
    display: inline-block;
}
.notice p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.banner-on .web-banner {
    display: block;
}
.web-banner {
    display: none;
    background: #387ed1;
    color: #fff;
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    box-shadow: 2px 1px 2px #eee;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.web-banner .close-banner {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.web-banner .close-banner:hover {
    cursor: pointer;
}
.web-banner p {
    margin: 0;
}
.web-banner p span {
    display: inline-block;
    font-weight: 600;
}
.web-banner a[href^="tel"] {
    color: inherit;
}
.web-banner a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    font-weight: 400;
}
.web-banner a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 800px) {
    .web-banner {
        top: 60px !important;
    }
}
@media only screen and (max-width: 1100px) {
    section {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 768px) {
    section {
        padding: 30px 20px !important;
    }
}
.pulse-container {
    width: 50px;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 15px;
}
.pulse-bubble {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.pulse-bubble-1 {
    animation: pulse 0.4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse 0.4s ease 0.2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse 0.4s ease 0.4s infinite alternate;
}
.pulse-bubble-4 {
    animation: pulse 0.4s ease 0.6s infinite alternate;
}
@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        transform: scale(0.75);
    }
}
.card {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #eee;
    font-size: 14px;
}
.card .card-top {
    display: flex;
}
.card .card-top .top-left {
    flex: 8;
}
.card .card-top .top-right {
    flex: 2;
}
.card .card-left,
.card .card-right {
    display: inline-block;
}
.card .card-left {
    flex: 2;
    margin-right: 10px;
}
.card .card-left a {
    max-width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: auto;
    vertical-align: middle;
    background: #eee;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    line-height: 1px;
}
.card .card-right {
    flex: 8;
}
.card .card-middle {
    margin-bottom: 5px;
}
.card .separator {
    color: #666;
}
.card .symbol {
    font-size: 16px;
}
.card.no-border {
    border: none !important;
}
.card .row {
    display: flex;
}
.card .row .columns {
    margin-bottom: 0 !important;
}
.card .row .three {
    flex: 3;
}
.card .row .four {
    flex: 4;
}
.card .row .six {
    flex: 6;
}
.card .row .eight {
    flex: 8;
}
.card .row .nine {
    flex: 9;
}
.card .inline {
    display: inline-block;
    margin-right: 5px;
}
.card .inline.text-bold {
    color: #666;
}
.card label {
    margin-right: 3px;
    color: #9b9b9b;
    display: inline-block;
    line-height: 1.1;
}
.card.last {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.card .top {
    margin-bottom: 5px;
    display: flex;
}
.card .top .top-left {
    flex: 9;
}
.card .top .top-right {
    flex: 6;
    text-align: right;
}
.card .middle {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}
.card .middle .middle-left {
    flex: 8;
}
.card .middle .middle-right {
    flex: 6;
    text-align: right;
}
.card .bottom {
    display: flex;
}
.card .bottom .bottom-left {
    flex: 6;
}
.card .bottom .bottom-right {
    flex: 6;
    text-align: right;
}
.homepage section {
    padding: 0 20px 120px 20px;
}
.homepage section.ecosystem {
    margin-top: 30px;
}
.homepage section.ecosystem h2 {
    margin-bottom: 40px;
}
.homepage section.ecosystem .why-us-section h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
}
.homepage section.ecosystem .why-us-section p {
    margin-top: 5px;
    margin-bottom: 32px;
    color: #666;
}
.homepage section.ecosystem .why-us-section:last-child p {
    margin-bottom: 0;
}
.homepage section .demo-link {
    margin-left: 24px;
}
.homepage section:last-child {
    padding-bottom: 100px;
}
.homepage section.landing {
    margin-top: 10vh;
}
.homepage section.landing .button {
    margin-top: 25px;
}
.homepage section .landing-image {
    margin-bottom: 60px;
    max-height: 45vh;
}
.homepage section .press-strip {
    margin-top: 60px;
}
.homepage section .press-strip img:hover {
    opacity: 0.8;
}
.homepage section .ecosystem-image {
    max-width: 100%;
    width: auto;
}
.homepage .pricing .pricing-link {
    margin-top: 0;
    padding-left: 10px;
}
.homepage .pricing .pricing-box {
    display: inline-block;
}
.homepage .pricing .pricing-box img {
    width: 120px;
    position: relative;
    top: 22px;
}
.homepage .pricing .pricing-box p {
    font-size: 10px;
    margin: 0;
    color: #666;
    line-height: 16px;
}
.homepage .pricing .pricing-box p,
.homepage .pricing .pricing-box img {
    display: inline-block;
}
.homepage .pricing .pricing-box:last-child img {
    top: 27px;
}
.homepage .pricing .pricing-box:last-child p {
    position: relative;
    left: -6px;
}
.homepage .pricing .pricing-box:nth-child(1) p,
.homepage .pricing .pricing-box:nth-child(2) p {
    position: relative;
    left: -25px;
}
@media only screen and (max-width: 1125px) {
    .homepage .pricing .pricing-box img {
        width: 100px;
    }
}
@media only screen and (max-width: 1020px) {
    .homepage .pricing .pricing-box img {
        width: 95px;
    }
    .homepage .pricing .pricing-box:nth-child(1) p,
    .homepage .pricing .pricing-box:nth-child(2) p {
        left: -20px;
    }
}
@media only screen and (max-width: 995px) {
    .homepage .pricing .pricing-box img {
        width: 85px;
    }
    .homepage .pricing .pricing-box:nth-child(1) p,
    .homepage .pricing .pricing-box:nth-child(2) p {
        left: -15px;
        top: 5px;
    }
    .homepage .pricing .pricing-box:last-child p {
        left: -5px;
        top: 5px;
    }
}
@media only screen and (max-width: 1420px) {
    .homepage .marketing {
        padding-top: 100px !important;
    }
}
@media only screen and (max-width: 800px) {
    .homepage .ecosystem-image {
        width: auto !important;
        max-width: 100% !important;
        margin-top: 20px;
    }
    .homepage .img-margin {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 550px) {
    .homepage .landing {
        margin-top: 4vh !important;
        height: auto !important;
    }
    .homepage .landing .landing-image {
        margin-bottom: 45px;
        height: auto;
    }
}
.founder-image {
    height: 295px;
    margin-bottom: 10px;
    border-radius: 100%;
}
.about-people .ceo-container {
    padding: 40px 0 100px 0;
}
.about-people .team-members-image {
    width: 100%;
    border-radius: 100%;
    margin-bottom: 10px;
}
.about-people .team-container h5,
.about-people .ceo-container h5 {
    margin-bottom: 0;
}
.about-people .team-container .text-grey,
.about-people .ceo-container .text-grey {
    font-size: 0.9rem;
}
.about-people .team-container {
    padding: 20px 50px;
}
.about-people .team-container .text-grey {
    margin: 0;
}
.about-people .team-container .show-bio {
    margin-top: 5px;
}
.about-people .team-container .show-bio a {
    color: #666;
}
.about-people .team-container .show-bio a:hover {
    color: #424242;
}
.about-people .team-container:hover .team-featured-desc {
    opacity: 1;
}
.about-people .team-featured-desc {
    display: none;
    padding: 15px 0;
    transition: opacity 200ms ease 0s;
    background-color: #fff;
}
@media only screen and (max-width: 800px) {
    .about-header .container {
        padding: 50px 0;
    }
    .about-history .container {
        padding: 0;
    }
    .founder-image,
    .team-members-image {
        width: 60% !important;
        height: auto;
    }
    .about-people .ceo-container {
        padding: 20px 0;
    }
    .team-container {
        padding: 20px 0 !important;
    }
}
.pricing-sections {
    padding: 80px 20px;
}
.pricing-sections .prices img {
    margin-bottom: 15px;
    width: 250px;
}
@media only screen and (max-width: 800px) {
    .pricing-sections .column,
    .pricing-sections .columns {
        margin-bottom: 40px;
    }
    .pricing-sections .prices img {
        margin-bottom: 0;
        width: 150px;
    }
    .pricing-sections .prices h3 {
        margin-bottom: 12px;
        font-size: 1.5rem;
    }
}
.products-header span.color-grey:hover {
    color: #387ed1;
}
.products-header a span {
    position: relative;
    bottom: 2px;
}
.products-section img:hover {
    opacity: 0.8;
}
.products-section .kite-mobile-links a:first-child img {
    height: 45px;
}
.products-section .kite-mobile-links a:last-child img {
    height: 45px;
}
.products-section#coin h5 {
    margin-top: 60px;
}
#partner_products .row {
    margin-top: 40px;
}
#partner_products a {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #424242;
}
#partner_products a img {
    height: 55px;
}
#partner_products a img.sensibull-logo {
    height: 40px;
}
#partner_products a .sensibull-desc {
    position: relative;
    top: 8px;
}
#partner_products a span {
    line-height: 18px;
    display: block;
    margin-top: 10px;
}
@media only screen and (min-width: 800px) {
    .products-header .head-links.color-blue {
        border-right: 5px solid #387ed1;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 800px) {
    #partner_products a {
        width: 100%;
        margin-bottom: 15px;
    }
    .products-section#coin h5 {
        text-align: left;
    }
}
.acop-head {
    padding-bottom: 50px !important;
}
.account-open-sections.acop-landing {
    padding: 0 20px 100px 20px;
}
.account-open-sections.acop-landing #account_open_form {
    margin-bottom: 0px;
}
.account-open-sections.acop-landing .signup-head {
    margin-bottom: 5px;
}
.account-open-sections.acop-landing .signup-help {
    display: inline-block;
    margin-bottom: 15px;
}
.account-open-sections.acop-landing .form-inputs input {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 5px 10px 10px;
    margin-bottom: 35px;
}
.account-open-sections.acop-landing .open-account-submit-container p {
    display: inline-block;
    margin: 0 10px;
}
.account-open-sections.acop-landing form {
    position: relative;
}
.account-open-sections.acop-landing form .help-text {
    margin-top: 5px;
}
.account-open-sections.acop-landing form #user_mobile {
    margin-bottom: 0;
    padding-left: 65px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.account-open-sections.acop-landing
    form
    #user_mobile::-webkit-outer-spin-button,
.account-open-sections.acop-landing
    form
    #user_mobile::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.account-open-sections.acop-landing form .mobile-prefix {
    position: absolute;
    border-radius: 2px;
    padding: 6px 10px 5px 8px;
    top: 1px;
    left: 1px;
    color: #424242;
    border-right: 1px solid #d1d1d1;
    font-size: 1.2em;
}
.account-open-sections.acop-landing .form-button input {
    margin-bottom: -10px;
    color: #fff;
    background-color: #222;
}
.account-open-sections.acop-landing #open_account_proceed_form.disabled {
    pointer-events: none;
    background: #a1a1a1;
    text-indent: -999px;
    height: 45px;
}
.account-open-sections.acop-landing
    #open_account_proceed_form.disabled
    .pulse-container {
    display: flex;
}
.account-open-sections.acop-landing .application-text p {
    margin-bottom: 30px;
}
.account-open-sections.acop-landing .error-message {
    color: #f6461a;
    display: none;
}
@media only screen and (max-width: 550px) {
    .hide-on-mobile {
        display: none;
    }
}
@media only screen and (min-width: 550px) {
    .download-text {
        margin-left: 60px;
    }
}
@media only screen and (max-width: 800px) {
    .account-open-sections.acop-landing {
        padding: 40px 0;
    }
    .minor-features-section .four {
        margin-bottom: 30px;
    }
    .invest-play-img {
        left: 40% !important;
        top: 38px !important;
        opacity: 1;
    }
    .products-video-container {
        margin-bottom: 40px;
    }
    .img-container {
        height: 200px !important;
    }
    .img-container.rupee-tales img {
        width: 145px !important;
    }
    .img-container.varsity-junior img {
        width: 180px !important;
        position: relative;
        top: 65px;
    }
    .img-container.family-portfolio img {
        width: 270px !important;
    }
}
.account-open-sections.minor-features-section {
    padding: 20px 0 20px 0;
}
.account-open-sections .how-minor-section ul {
    padding-left: 20px;
}
.account-open-sections .how-minor-section ul li {
    margin-bottom: 10px;
}
.account-open-sections .products-video-container {
    position: relative;
}
.account-open-sections .invest-head-img {
    width: 81%;
    margin-left: auto;
    opacity: 0.7;
}
.account-open-sections .invest-head-img:hover {
    opacity: 0.9;
    cursor: pointer;
}
.account-open-sections .invest-play-img {
    position: absolute;
    left: 50%;
    top: 80px;
    opacity: 1;
}
.account-open-sections .invest-play-img:hover {
    cursor: pointer;
}
.account-open-sections .products-video-iframe {
    display: none;
    transition: 0.2s all;
    position: relative;
    top: 0;
    left: 0;
    border: none;
    max-width: 100%;
}
.account-open-sections .img-container {
    height: 250px;
}
.account-open-sections .img-container.rupee-tales img {
    width: 185px;
}
.account-open-sections .img-container.varsity-junior img {
    width: 220px;
    position: relative;
    top: 65px;
}
.account-open-sections .img-container.family-portfolio img {
    width: 320px;
}
.account-open-sections.nri-sub-landing {
    padding: 40px 20px 80px 20px;
}
.account-open-sections .nri-landing img {
    width: 400px;
}
.account-open-sections .pricing .six:first-child .pricing-box {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.account-open-sections .pricing .six:last-child .pricing-box {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.account-open-sections .pricing .pricing-box {
    border: 1px solid #ccc;
    padding: 0 25px;
    box-sizing: border-box;
    min-height: 145px;
    padding-top: 15px;
}
.account-open-sections .pricing .pricing-box h1 {
    margin: 0;
    line-height: 2;
}
@media only screen and (min-width: 800px) and (max-width: 1100px) {
    .account-open-sections .pricing-box {
        min-height: 205px !important;
    }
}
@media only screen and (max-width: 1420px) {
    .account-open-sections .marketing {
        padding-top: 100px !important;
    }
}
@media only screen and (max-width: 800px) {
    .account-open-sections .pricing .pricing-box {
        border: 1px solid #ccc;
    }
    .account-open-sections .pricing .six:first-child .pricing-box {
        border-right: 1px solid #ccc;
    }
}
.brokerage-calculator section {
    padding: 60px 20px;
}
.brokerage-calculator input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.brokerage-calculator input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.brokerage-calculator input[type="number"] {
    -moz-appearance: textfield !important;
    padding-right: 0;
}
.brokerage-calculator .section-header {
    padding: 10px;
    background: #f4f4f4;
    color: #666;
    border-bottom: 1px solid #f4f4f4;
}
.brokerage-calculator .exchange-select {
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.brokerage-calculator-input label {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #222;
}
.brokerage-calculator-input input {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 5px;
    color: #4a4a4a;
    max-width: 100%;
}
.calc-wrapper {
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
}
.ecn_add {
    padding-top: 15px;
    border-top: 1px solid #f4f4f4;
}
.ecn_add button {
    border: 1px solid #666 !important;
    color: #666;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 1rem;
}
.ecn_add button:hover {
    border: none;
    background-color: #222;
    color: #fff;
}
.equity-head {
    margin: 0;
    padding: 15px 25px;
    border-radius: 2px;
    background-color: #f1f1f1;
    font-weight: 500;
}
.calc-inputs {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.margin-left-reduce {
    margin-left: 0px;
    padding-left: 1em;
}
.equity-pad {
    padding-right: 1em;
    padding-left: 1em;
}
.ecn_state_select.disabled {
    background-color: #fafafb !important;
}
.ecn_state_select:hover:after {
    position: absolute;
    top: 0;
    left: 75%;
    width: 100%;
    content: attr(title);
    background-color: #ffa;
    color: #000;
    line-height: 1.4em;
    border: 1px solid #000;
}
.equity-list {
    border-bottom: 1px solid #f4f4f4;
}
.equity-list label {
    font-size: 0.75rem;
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #222;
}
.equity-list input {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: right;
    display: inline-block;
    float: right;
    margin-bottom: 0px;
    border: none;
    height: 28px;
    color: #222;
}
.equity-list span {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: right;
    display: inline-block;
    float: right;
    margin-bottom: 0px;
    border: none;
    height: 28px;
    color: #222;
    padding-top: 6px;
}
.bse-tran-charge {
    display: none;
}
.bse-charge-helper {
    display: none;
}
.currency-radio input[type="radio"] + label:before {
    left: 40% !important;
}
.valuation-block {
    padding: 0px 25px;
}
.net-profit {
    padding: 5px 25px;
}
.net-profit label {
    font-size: 1rem;
    text-align: left;
    float: left;
    margin-top: 10px;
    color: #4a4a4a;
}
.net-profit span {
    font-size: 1rem;
    text-align: right;
    display: inline-block;
    float: right;
    border: none;
    margin-bottom: 0px;
    height: 43px;
    padding-top: 11px;
}
.net-profit span.pos {
    color: #10b983;
}
.net-profit span.neg {
    color: #f12d2d;
}
.net-loss {
    display: none;
    padding: 5px 25px;
}
.net-loss label {
    font-size: 1rem;
    text-align: left;
    float: left;
    margin-top: 10px;
}
.net-loss span {
    font-size: 1rem;
    text-align: right;
    display: inline-block;
    float: right;
    border: none;
    margin-bottom: 0px;
    color: #f12d2d;
    height: 25px;
    padding-top: 11px;
}
.shift-left {
    margin-left: -20px !important;
}
.shift-right {
    padding-right: 1em;
}
.select-state-head {
    color: #4a4a4a;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.state-select {
    width: 70%;
    margin-bottom: 15px;
}
.stamp-duty-text {
    font-size: 0.875rem;
    line-height: 22px;
    color: #666;
}
.open-account-redirect {
    text-align: center;
}
.open-account-redirect p {
    font-size: 1.5rem;
    color: #222;
}
.open-account-redirect button {
    font-size: 1rem;
    color: #4a4a4a;
    text-transform: none;
}
.commodity-select select {
    font-size: 0.8rem;
    text-align: left;
    padding-left: 5px;
}
.commodity-card {
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px 30px 15px 30px;
    margin-top: 3em;
}
.commodity-card .card-head h6 {
    margin-bottom: 15px;
}
.commodity-card .change-value p {
    font-size: 1.5rem;
    color: #387ed1;
    margin-bottom: 20px;
    margin-top: 5px;
}
.commodity-card .units p {
    font-size: 0.875rem;
    color: #4a4a4a;
}
.commodity-card .units p span {
    font-size: 0.875rem;
    color: #666;
    padding-left: 10px;
}
.card-footer {
    padding: 0px 30px 0px 30px;
}
.card-footer p {
    font-size: 0.875rem;
    color: #666;
}
.card-footer .six p {
    margin-bottom: 0px;
}
.table-currency {
    margin-bottom: -50px;
}
.table-currency thead tr th {
    font-size: 0.875rem;
    color: #fff !important;
    background-color: #4a4a4a;
    font-weight: 400;
}
.table-currency .table-side-text {
    background-color: #f9f9f9;
    font-weight: 400 !important;
    padding-left: 15px;
}
.table-currency td {
    border: 1px solid #fbfbfb;
    font-size: 0.875rem;
    color: #424242;
}
.table-currency .table-side {
    padding-left: 15px;
}
.contract_index {
    padding-left: 15px !important;
}
.radius-top-left {
    border-top-left-radius: 2px;
}
.radius-bottom-left {
    border-bottom-left-radius: 2px;
}
.radius-top-right {
    border-top-right-radius: 2px;
}
.radius-bottom-right {
    border-bottom-right-radius: 2px;
}
#mytabs {
    margin-bottom: 30px;
}
#stamp_table th {
    font-size: 1rem;
    border-right: 1px solid #f4f4f4;
}
#stamp_table th.last-column {
    border-right: none !important;
}
#stamp_table td {
    font-size: 0.8rem;
    border-bottom: none;
    border-left: 1px solid #f4f4f4;
}
.stamp-duty-table {
    display: none;
}
#eq_intraday {
    border-left: none !important;
}
.tabs-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.comm {
    max-width: 100% !important;
}
.hidden {
    display: none;
}
#open_ecn {
    text-transform: none !important;
    letter-spacing: 0;
}
#open_comm_ecn {
    text-transform: none !important;
    letter-spacing: 0;
}
#open_ecn:disabled,
#open_comm_ecn:disabled {
    cursor: pointer;
}
#equity_ecn_table,
#comm_ecn_table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#equity_ecn_table thead,
#comm_ecn_table thead {
    background-color: #222;
}
#equity_ecn_table thead td,
#comm_ecn_table thead td {
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
}
#equity_ecn_table tbody td,
#comm_ecn_table tbody td {
    font-size: 0.875rem;
}
.equity_charge_tables p,
.comm_charge_tables p {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 0.875rem;
}
.equity_charge_tables span,
.comm_charge_tables span {
    color: #222;
    margin-left: 15px;
}
.equity_charge_tables {
    padding-right: 50px;
}
#equity_ecn_charges {
    width: 100%;
    margin-bottom: 0;
}
.ecn_net_profit,
.comm_ecn_net_profit {
    padding: 0px 15px;
    text-align: right;
}
.ecn_net_profit p,
.comm_ecn_net_profit p {
    display: inline-block;
}
.ecn_net_profit input,
.comm_ecn_net_profit input {
    display: inline-block;
    border: none;
    width: 15% !important;
}
.comm_stamp {
    text-align: right;
}
.comm_stamp p {
    display: inline-block;
}
.comm_stamp input {
    display: inline-block;
    border: none;
    width: 15% !important;
}
.ecn_link select,
.ecn_link button {
    width: 100%;
    margin-right: 5px;
    display: inline-block;
}
.ecn_link button.disabled {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #666 !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 2px;
}
.ecn_link button.disabled:hover {
    pointer-events: none;
    border: 1px solid #d1d1d1 !important;
}
.ecn_link .ecn_state_select {
    margin: 0;
}
.contract-number {
    text-align: right;
}
.contract-totals {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
}
.contract-totals span,
.contract-totals p {
    display: inline-block;
}
.contract-totals p {
    margin-left: 15px;
    margin-top: 0;
}
.contract-breakdown-head {
    margin-left: 30px;
    margin-bottom: 25px;
}
.currency-table-parent {
    padding: 50px 20px;
}
.charge-banner h4 {
    margin-bottom: 0px;
}
.ecn_head {
    margin-top: 15px;
}
.curr_opt_notional {
    width: 10px;
    height: 6px !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 50%;
    position: relative;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #666 !important;
    font-size: 9px !important;
    line-height: 2px;
    padding-right: 1px;
    float: none !important;
    left: 2px;
}
.curr_opt_notional:hover {
    border: 1px solid #387ed1 !important;
    background-color: #387ed1 !important;
    color: #fff !important;
}
.comm_opt_notional {
    width: 10px;
    height: 6px !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 50%;
    position: relative;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #666 !important;
    font-size: 9px !important;
    line-height: 2px;
    padding-right: 1px;
    float: none !important;
    left: 2px;
}
.comm_opt_notional:hover {
    border: 1px solid #387ed1 !important;
    background-color: #387ed1 !important;
    color: #fff !important;
}
@media only screen and (min-width: 800px) {
    #commodity_contract_note .modal-content {
        max-width: 970px !important;
    }
    #commodity_contract_note .modal-content .modal-body {
        padding: 10px 25px !important;
    }
    #contract_note .modal-content {
        max-width: 970px !important;
    }
    #contract_note .modal-content .modal-body {
        padding: 10px 25px !important;
    }
}
@media only screen and (max-width: 1150px) {
    .equity-calcs {
        width: 100% !important;
        margin-top: 20px !important;
    }
    .currency-calcs {
        width: 100% !important;
        margin-top: 20px !important;
    }
    .calc-wrapper {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 2px;
    }
    input[type="radio"] + label:before {
        left: 75px !important;
    }
    #comm_radio11 + label:before {
        left: 15px !important;
    }
    #comm_radio12 + label:before {
        left: 15px !important;
    }
}
@media only screen and (max-width: 1150px) and (min-width: 550px) {
    .equity-calcs:first-child {
        margin-left: 2% !important;
    }
    .currency-calcs:first-child {
        margin-left: 4% !important;
    }
}
@media only screen and (max-width: 550px) {
    .net-profit input,
    .net-profit label,
    .net-loss input,
    .net-loss label {
        width: 50%;
    }
    .equity-list input {
        text-align: left !important;
    }
    .equity-list input,
    .equity-list label {
        width: 50%;
    }
    .profit {
        text-align: left !important;
    }
    .loss {
        text-align: left !important;
    }
    input[type="radio"] + label:before {
        left: 40% !important;
    }
    .currency-table-parent {
        overflow: auto;
    }
    .ecn_state_select {
        width: 70% !important;
    }
}
@media only screen and (max-width: 750px) {
    .stamp-duty-table {
        overflow: auto;
    }
}
@media only screen and (max-width: 850px) and (min-width: 550px) {
    .tinytabs ul.tabs {
        max-width: 75% !important;
    }
}
@media (min-width: 550px) {
    .brokerage-columns.column {
        width: 24.5%;
        /* width: 32%; */
        margin-left: 0.666%;
    }
    .brokerage-columns.column:first-child {
        margin-left: 0%;
    }
}
.charges-sections .free-tag {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #4caf50;
    padding: 4px 10px;
    border-radius: 2px;
}
.charges-sections #charges_tabs table th {
    margin: auto;
}
.charges-sections #charges_tabs .charges-heads {
    font-size: 0.9rem;
    color: #666;
    padding-left: 15px !important;
}
.charges-sections .tab-fo {
    display: none !important;
}
@media only screen and (max-width: 800px) {
    .charges-sections .tinytabs .tabs {
        margin: auto;
    }
    .charges-sections .tinytabs .tabs li {
        width: 100%;
    }
    .charges-sections .tinytabs .tabs a {
        min-width: 50px;
        font-size: 1rem;
        padding: 6px !important;
        display: flex;
        flex-grow: 1;
        flex-basis: 0;
        flex-direction: column;
    }
    .charges-sections .tinytabs .tabs .tab-fo {
        display: flex !important;
    }
}
.investments-header {
    padding: 100px 0 130px 0;
    margin-bottom: 40px;
}
.investments-header span.color-grey:hover {
    color: #387ed1;
}
.investments-header .color-blue {
    padding-right: 10px;
    padding-left: 10px;
}
.investments-header a span {
    position: relative;
    bottom: 2px;
}
.kite-container-2 .chart-section {
    padding-bottom: 150px;
}
@media only screen and (max-width: 800px) {
    .invest-sections .invest-fo-img {
        width: 175px !important;
    }
    .relative-section {
        position: relative;
    }
    .relative-section .container {
        margin-top: 120px;
    }
    .invest-sections:last-child {
        padding-bottom: 40px !important;
    }
    .invest-sections img {
        width: 275px;
    }
}
@media only screen and (min-width: 800px) {
    .investments-header .head-links.color-blue {
        border-right: 5px solid #387ed1;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 800px) {
    .kite-container-2 .chart-section {
        padding-bottom: 80px;
    }
    .investments-header {
        padding: 50px 0;
        padding-bottom: 100px;
    }
    .investments-header .head-links {
        display: block;
        border: none;
        border-bottom: 2px solid #387ed1;
        width: 75%;
        line-height: 0;
        margin: 15px auto 10px auto;
    }
    .invest-sections .img-right {
        order: 2;
    }
    .invest-sections .invest-head-img {
        width: 250px;
        top: -100px;
    }
    .invest-sections img {
        margin-bottom: 20px;
    }
}
.associate-sections .associate-img {
    max-width: 300px;
}
.associate-sections .associate-notice {
    border: 1px solid #f7db78;
    background: rgba(218, 212, 27, 0.17);
    border-radius: 2px;
    padding: 15px;
}
.associate-sections #copy_link_hidden {
    opacity: 0;
    width: 75%;
}
.associate-sections .copy-button-grp {
    position: relative;
    max-height: 45px !important;
    height: 45px;
    overflow: hidden;
    width: 95%;
    background-color: #fff;
    margin-left: 0px;
    border: 1px solid #d1d1d1;
    margin-top: 0px;
}
.associate-sections .copy-button-grp span {
    position: absolute;
    padding-top: 9px;
    padding-left: 10px;
}
.associate-sections .copy-button-grp button {
    border-radius: 2px;
    position: absolute;
    right: 0;
    font-size: 0.8em;
    height: 45px;
}
.associate-sections #associate_error {
    color: #df514c;
    position: relative;
    top: -20px;
    display: none;
}
.associate-sections .associate-share-container a {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    height: 45px;
}
.associate-sections .associate-share-container a:hover {
    opacity: 0.7;
}
.associate-sections .associate-share-container img {
    height: 30px;
}
.careers_sections ul {
    padding-left: 20px;
}
.careers_sections .openings_list {
    margin-top: 30px;
}
.careers_sections .openings_list h4 {
    margin-bottom: 15px;
}
.careers_sections .openings_jobs p {
    margin-top: 0px;
}
.careers_sections .job_description p {
    margin-top: 0px;
}
.careers_sections .job_description li {
    list-style-type: disc;
    line-height: 1.7;
    color: #666;
}
.careers_sections .job_perks {
    margin-top: 20px;
    margin-bottom: 30px;
}
.careers_sections .job_perks li {
    list-style-type: disc;
    color: #666;
}
@media only screen and (max-width: 550px) {
    .job_description li {
        text-align: left;
    }
}
.cares-sections .columns.content img {
    width: 100%;
    height: 320px;
}
.cares-sections .cares-landing .cares-logo {
    margin-bottom: 20px;
}
.cares-sections .cares-landing h4 {
    margin-bottom: 10px;
    margin-top: 35px;
}
.kite-container-2 .chart-section {
    padding-bottom: 150px;
}
.invest-sections img:not(.full-width) {
    width: 400px;
}
.invest-sections .invest-fo-img {
    width: 325px;
}
.invest-sections .invest-links {
    display: inline-block;
    color: #444;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}
.invest-sections .invest-links span {
    position: relative;
    left: 5px;
    color: #387ed1;
    vertical-align: text-top;
}
.invest-sections .invest-links:hover {
    opacity: 0.8;
}
.invest-sections .separator {
    border-bottom: 1px solid #e1e1e1;
    margin: 10px 0 25px 0;
    height: 10px;
    width: 120px;
}
.invest-sections .available-tag {
    display: block;
    margin-bottom: 7px;
}
.invest-sections .available-tag img {
    width: 14px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.kite-sections {
    padding: 40px 0;
}
.kite-sections .demo-link {
    margin-left: 24px;
}
.kite-sections h2 {
    font-weight: 500;
}
.kite-sections .mini-container a {
    margin-top: 20px;
}
.kite-sections .img-right-img .seven {
    margin-left: 4%;
    order: 2;
}
.kite-sections .img-right-img .six:last-child {
    margin-left: 0;
}
.kite-sections .kite-partner-links {
    display: flex;
    align-items: center;
}
.kite-sections .kite-partner-links a {
    display: inline-block;
    margin-right: 50px;
}
.kite-sections .kite-partner-links a img {
    width: 95px;
}
.kite-sections .kite-mobile-links {
    margin-top: 50px;
}
.kite-sections .kite-mobile-links a img {
    height: 45px;
}
.kite-sections .console-ipo img {
    max-width: 350px;
}
.kite-sections .invest-head-img {
    position: absolute;
    width: 450px !important;
    top: -90px;
    left: calc(50% - 225px);
    transition: 0.2s all;
}
.kite-sections .invest-head-img:hover {
    opacity: 0.9;
    cursor: pointer;
}
.kite-sections .invest-play-img {
    position: absolute;
    width: 60px !important;
    top: -2%;
    left: calc(50% - 25px);
    transition: 0.2s all;
}
.kite-sections .invest-play-img:hover {
    cursor: pointer;
}
.kite-sections .products-video-iframe {
    display: none;
    transition: 0.2s all;
    position: absolute;
    top: -120px;
    left: calc(50% - 310px);
    border: none;
    max-width: 100%;
}
.relative-section {
    position: relative;
}
.relative-section .container {
    margin-top: 160px;
}
.true-pnl img {
    margin-bottom: 20px;
}
.easy-container {
    padding: 50px 0;
}
.kconnect-container {
    padding: 50px 0;
}
.kitefooter-container {
    padding-bottom: 60px;
}
.investments-landing {
    position: relative;
}
.investments-landing h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.investments-landing h5 {
    margin-bottom: 150px;
}
.investments-landing a {
    margin-bottom: 150px;
}
.investments-landing p {
    margin-top: 20px;
}
.kite-mobile-links {
    margin-top: 25px;
}
.kite-mobile-links a:first-child {
    margin-right: 15px;
}
.kite-mobile-links img:hover {
    opacity: 0.8;
}
.kite-landing {
    padding-top: 100px;
    padding-bottom: 60px;
}
.kite-landing .row {
    position: relative;
}
.kite-landing a {
    margin-top: 35px;
}
.kite-landing h1 {
    font-weight: 500;
    margin: 15px 0 !important;
}
.kite-landing .six:first-child {
    padding-left: 17.5%;
    width: 30.5%;
}
.kite-landing .six:first-child img.kite-feature {
    width: 100px;
    position: relative;
    left: -10px;
    top: 5px;
}
.kite-landing .six:first-child h5 {
    font-weight: 500;
    margin-bottom: 0;
}
.kite-landing .six:last-child img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 2px 15px #ddd;
    border-radius: 10px;
}
@media only screen and (max-width: 620px) {
    .products-video-iframe {
        max-width: 100% !important;
        left: 0 !important;
    }
}
@media only screen and (max-width: 550px) {
    .invest-head-img {
        left: 0 !important;
    }
    .unisearch-container {
        padding-bottom: 55px;
    }
    .kite-sections {
        padding-left: 20px;
        padding-right: 20px;
    }
    .kite-sections .img-right-img .six:first-child {
        margin-left: 0;
    }
    .kite-sections .kite-partner-links {
        display: block;
        text-align: center;
    }
    .kite-sections .kite-partner-links a {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .kite-landing .six:first-child {
        margin-left: 0;
        width: 100%;
    }
    .kite-landing .six:first-child img {
        position: static;
    }
    .kite-landing .six:last-child img {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .kite-landing .six:first-child {
        padding-left: 0 !important;
        width: auto;
    }
}
.press-sections.articles-section {
    padding-top: 0;
}
.press-sections .section h2 {
    font-weight: 400;
    margin-top: 15px;
}
.press-sections li p {
    margin: 0;
}
.press-sections .meta {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 5px;
}
.press-sections .press-year {
    margin-top: 40px;
}
.press-sections .press-year:first-child {
    margin-top: 0;
}
.press-sections .press-year li {
    margin-bottom: 25px;
}
.recent-year h2 {
    line-height: 1;
}
.recent-year p {
    margin-top: 0px;
}
.recent-year img {
    position: relative;
    left: 5px;
}
.articles-container {
    margin: 50px 0;
}
#no_results {
    display: none;
    margin-bottom: 40px;
}
#clear_search:hover {
    cursor: pointer;
}
.menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
.menu-categories {
    justify-content: center;
}
.menu::-webkit-scrollbar {
    display: none;
}
.menu-categories,
.menu-years {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.no-bullet-list {
    padding-left: 0px;
}
.no-bullet-list li {
    margin-bottom: 25px;
}
.no-bullet-list li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.no-bullet-list li a {
    color: #424242;
}
.no-bullet-list li a:hover {
    color: #387ed1;
}
.search-container {
    position: relative;
    width: 400px;
    border-radius: 7px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 40px;
}
.search-container input {
    padding-right: 45px;
}
.search-container input::placeholder {
    color: #9b9b9b;
}
.search-container img {
    position: absolute;
    right: 7px;
    height: 30px;
    top: 8px;
}
.menu-item,
.menu-category {
    font-size: 1.2rem;
    margin-right: 20px;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}
.menu-item:hover,
.menu-category:hover {
    opacity: 0.7;
}
.menu-item.active,
.menu-category.active {
    border-bottom: 3px solid #424242;
    color: #424242;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .search-container {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 800px) {
    ul {
        padding: 0;
        text-align: left;
        list-style-position: inside;
    }
    ul li h5 {
        text-align: left !important;
    }
}
.contact-sections {
    padding: 60px 0;
}
.contact-sections.contact-header {
    padding: 100px 20px;
}
.contact-sections.contact-header h1 {
    margin: 0;
}
.contact-sections .contact-bengaluru {
    max-height: 27px;
}
.contact-sections #office-results {
    padding-top: 70px;
}
.contact-sections #office-results .phone-block {
    margin: 15px 0;
}
.contact-sections .dot {
    background-color: #eee;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 5px;
}
.contact-sections.office-contacts .contact-phone-link a {
    color: inherit;
    font-weight: inherit;
}
.contact-sections.office-contacts .contact-phone-link a:hover {
    opacity: 0.7;
}
.contact-sections .support-box {
    padding: 20px;
    background: #fafafb;
    border-radius: 3px;
}
.contact-sections .support-box h4 {
    margin-bottom: 5px;
    font-weight: 500;
}
.contact-sections .support-box p {
    margin-top: 0;
    line-height: 1.6;
}
.contact-sections .support-box a {
    padding: 5px 15px;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-top: 5px;
}
.contact-sections .office-more-link {
    display: inline-block;
    color: #387ed1;
}
.contact-sections .office-more-link:hover {
    cursor: pointer;
    opacity: 0.8;
}
.contact-sections .india-map {
    width: 600px;
}
.contact-sections .branch {
    background-color: #f6461a;
}
.contact-sections .zbranch {
    background-color: #f6461a;
}
.contact-sections .partner {
    background-color: #666;
}
.contact-sections .HQ {
    background-color: #387ed1;
}
.contact-sections .support {
    background-color: #00a388;
}
.contact-sections .office-result {
    width: 31.333333%;
    display: inline-block;
    vertical-align: text-top;
    border-bottom: 1px solid #eee;
    margin: 15px 0;
    margin-right: 2%;
}
.contact-sections p.address-block {
    color: #666;
    margin: 0;
}
@media only screen and (min-width: 750px) {
    .contact-sections .map-align {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 750px) {
    .contact-sections .office-result {
        width: 100%;
    }
}
@media only screen and (max-width: 1100px) {
    .contact-sections {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-on .contact-header {
        padding-top: 190px !important;
        padding-bottom: 80px !important;
    }
}
@media only screen and (max-width: 800px) {
    .office-contacts .columns {
        margin-bottom: 40px;
    }
    .office-contacts .columns:last-child {
        margin-bottom: 0;
    }
}
.contact-sections.contact-map h3 {
    margin-bottom: 40px;
}
.contact-sections.contact-map h5 img {
    vertical-align: bottom;
    margin-right: 6px;
}
.contact-sections.contact-map hr {
    margin: 40px 0;
}
.fund-sections {
    padding: 60px 20px 0 20px;
}
.fund-sections.fund-header {
    padding: 100px 0;
}
.fund-sections:last-child {
    padding-bottom: 60px;
}
.fund-sections .upi-logo {
    width: 100px;
    position: relative;
    top: 6px;
    left: 7px;
}
.fund-sections #funds_tabs h4 {
    margin-top: 40px;
}
.fund-sections #deposit_funds {
    color: #666;
}
.fund-sections #withdraw_funds {
    color: #666;
}
.fund-sections #withdraw_funds li {
    list-style-type: disc;
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
}
.fund-sections p {
    color: #666;
}
.fund-sections .alternate-funds {
    display: none;
}
.fund-sections .tooltip {
    width: 14px;
    height: 14px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    position: relative;
    left: 10px;
    bottom: 1px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: #666;
    text-transform: lowercase;
    font-size: 11px;
    line-height: 14px;
    padding-right: 1px;
}
.fund-sections .tooltip:hover {
    border: 1px solid #387ed1;
    background-color: #387ed1;
    color: #fff;
}
.fund-sections .tooltip_templates {
    display: none;
}
.fund-sections .mobile-alternate-funds {
    font-size: 11px;
    color: #387ed1;
    display: block;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.fund-sections .mobile-alternate-funds:hover {
    color: #424242;
}
.fund-sections .fund-footer-notes {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
@media only screen and (max-width: 800px) {
    .tooltip {
        display: none !important;
    }
}
@media only screen and (min-width: 801px) {
    .mobile-alternate-funds {
        display: none !important;
    }
}
.resources-sections {
}
.resources-sections ul {
    margin: 0;
    padding: 0;
}
.resources-sections li {
    list-style-type: none;
    margin-bottom: 10px;
}
.resources-sections .modal-content {
    padding: 20px;
    max-width: 550px;
    min-height: auto;
}
.resources-sections .modal-content a:first-child {
    margin-right: 20px;
}
.resources-sections .close {
    line-height: 1;
}
.resources-sections .close:hover,
.resources-sections .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
    .resources-sections .modal-content {
        height: 100%;
    }
    .resources-sections .modal-content a {
        margin-bottom: 20px;
        width: 100%;
        display: block;
    }
}
.approved-sec-header {
    padding: 60px 0 !important;
}
.static-sections.approved-sec-section {
    padding-top: 0;
}
.static-sections.approved-sec-section .tinytabs .section {
    overflow-x: auto;
    overflow-y: hidden;
}
.static-sections.approved-sec-section .fund-name {
    max-width: 400px;
}
.static-sections.approved-sec-section .download-approved-link-container {
    margin-bottom: 30px;
}
.static-sections.approved-sec-section
    .download-approved-link-container
    .download-approved-link {
    color: #387ed1;
    font-size: 12px;
    float: right;
    margin-left: auto;
}
.static-sections.approved-sec-section
    .download-approved-link-container
    .download-approved-link:hover {
    cursor: pointer;
    opacity: 0.8;
}
.static-sections.approved-sec-section
    .download-approved-link-container
    .download-approved-link
    img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.static-sections.approved-sec-section .limit {
    color: #df514c;
}
.static-sections.approved-sec-section .tooltip-approved-sec {
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    border: 1px solid #df514c;
    color: #df514c;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    position: relative;
    bottom: 1px;
}
.static-sections.approved-sec-section .tooltip-approved-sec:hover {
    cursor: pointer;
}
.static-sections.approved-sec-section table td:first-child {
    min-width: 150px;
}
.static-sections.approved-sec-section .no-result {
    display: none;
    font-size: 12px;
    margin-left: 10px;
}
.static-sections.approved-sec-section .pagination-container {
    text-align: center;
    margin-top: 30px;
    overflow-x: auto;
    overflow-y: hidden;
}
.static-sections.approved-sec-section .pagination-container button {
    padding: 1px 5px;
    line-height: 35px;
    height: 28px;
    box-sizing: border-box;
    position: relative;
    top: 6px;
}
.static-sections.approved-sec-section .pagination-container .page-info {
    margin: 0 10px;
    font-size: 14px;
}
.static-sections.approved-sec-section .tabs .tab {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    flex-direction: column;
    min-width: 50px;
}
.static-sections h5 {
    margin-top: 30px;
}
.static-sections li {
    list-style-type: disc;
}
.static-sections .tabs li {
    list-style-type: none !important;
}
.static-sections .section table {
    margin: auto;
}
.static-sections #dis-mf-load {
    display: none;
}
.static-sections #dis-eq-load {
    display: none;
}
.static-sections #no-dis-eq {
    display: none;
}
.static-sections #no-dis-mf {
    display: none;
}
.static-sections #cash_select {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: auto;
    padding: 0 25px;
    margin-bottom: 0;
    font-size: 18px;
    color: #424242;
}
.static-sections #cash_select:focus {
    outline: none;
}
.static-sections .tinytabs .tabs .tab {
    font-size: 1rem !important;
    padding: 10px 2px !important;
}
.static-sections .no-list,
.static-sections .tables-section {
    display: none;
}
.static-sections .pulse-container {
    width: 65px;
    top: 0;
    bottom: unset;
    left: 15px;
    display: inline-block;
}
.static-sections .pulse-container .pulse-bubble {
    background: #666;
    display: inline-block;
}
.static-sections .search-container {
    position: relative;
    width: 400px;
    border-radius: 7px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 25px;
}
.static-sections .search-container input {
    padding-right: 45px;
    border-radius: 4px;
    color: #424242;
}
.static-sections .search-container input::placeholder {
    color: #9b9b9b;
}
.static-sections .search-container img {
    position: absolute;
    right: 7px;
    height: 22px;
    top: 12px;
}
.static-sections .search-container img:hover {
    cursor: pointer;
}
.static-sections .search-results {
    display: none;
}
.static-sections .table-sort .sortable:hover {
    cursor: pointer;
    opacity: 0.7;
}
.static-sections .table-sort .sortable img {
    height: 12px;
    float: right;
    position: relative;
    top: 6px;
    margin-left: 10px;
}
.challenge-sections .challenge-notice {
    border: 1px solid #f7db78;
    background: rgba(218, 212, 27, 0.17);
    border-radius: 2px;
    padding: 15px;
    box-sizing: border-box;
}
.challenge-sections .challenge-intro {
    margin: 0em 2em 0em 2em;
    line-height: 34px;
    text-align: center;
    font-size: 1.25rem;
    color: #666;
}
.challenge-sections .challenge-detail p {
    line-height: 32px;
}
.challenge-sections .challenge-winner a {
    border-bottom: 1px solid #387ed1;
}
.challenge-sections .challenge-winner a:hover {
    border-bottom: 1px solid #222;
}
.details-section {
    padding-bottom: 0 !important;
}
.details-section img {
    margin: 60px 0;
    width: 380px;
}
.explain-etf-section h4 {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0rem;
}
.explain-etf-section .left-one img,
.explain-etf-section .left-two img {
    height: 80px;
    width: 100px;
}
.explain-etf-section .right-one img,
.explain-etf-section .right-two img {
    height: 80px;
    width: 80px;
}
.explain-etf-section .left-two p {
    margin-bottom: 0rem !important;
}
.explain-etf-section .left-two span {
    font-size: 10px;
    color: #9b9b9b;
}
.explain-etf-section .row.second {
    margin-bottom: 40px;
}
.liquid-etf-section .row .four.columns {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 24px 0 rgba(213, 213, 213, 0.32);
    background-color: #fff;
}
.liquid-etf-section .row .four.columns .header-1,
.liquid-etf-section .row .four.columns .header-2,
.liquid-etf-section .row .four.columns .header-3 {
    padding: 5px 0 5px 20px;
}
.liquid-etf-section .row .four.columns .header-1 p:first-child,
.liquid-etf-section .row .four.columns .header-2 p:first-child,
.liquid-etf-section .row .four.columns .header-3 p:first-child {
    font-weight: 500;
    margin-bottom: 5px;
}
.liquid-etf-section .row .four.columns .header-1 p:last-child,
.liquid-etf-section .row .four.columns .header-2 p:last-child,
.liquid-etf-section .row .four.columns .header-3 p:last-child {
    margin-top: 5px;
}
.liquid-etf-section .row .four.columns .header-1 {
    background-color: #ededf4;
}
.liquid-etf-section .row .four.columns .header-2 {
    background-color: #e5faed;
}
.liquid-etf-section .row .four.columns .header-3 {
    background-color: #eff5ff;
}
.liquid-etf-section .row .four.columns .context {
    padding: 0 20px 20px 20px;
}
.liquid-etf-section .row .four.columns .heading-text {
    margin-bottom: 5px;
}
.liquid-etf-section .row .four.columns .value-text {
    margin-top: 5px;
}
.tnc-sections .outer-list,
.policies-procedures-section .outer-list {
    padding-left: 0;
}
.tnc-sections .outer-list > li,
.policies-procedures-section .outer-list > li {
    list-style-type: none;
}
.tnc-sections .outer-list > li ol.inner-list,
.policies-procedures-section .outer-list > li ol.inner-list {
    margin-bottom: 30px;
}
.tnc-sections .outer-list > li ol.inner-list > li,
.policies-procedures-section .outer-list > li ol.inner-list > li {
    list-style-type: none;
    display: flex;
    margin-bottom: 10px;
    color: #666;
}
.tnc-sections .outer-list > li ol.inner-list > li span:nth-child(2),
.policies-procedures-section
    .outer-list
    > li
    ol.inner-list
    > li
    span:nth-child(2) {
    margin-left: 10px;
}
.tnc-sections .outer-list > li ol.inner-list > li div.content-container,
.policies-procedures-section
    .outer-list
    > li
    ol.inner-list
    > li
    div.content-container {
    margin-left: 10px;
}
.tnc-sections .outer-list > li ol.inner-list > li .inner-sublist > li,
.policies-procedures-section
    .outer-list
    > li
    ol.inner-list
    > li
    .inner-sublist
    > li {
    list-style-type: none;
    display: flex;
}
.tnc-sections
    .outer-list
    > li
    ol.inner-list
    > li
    .inner-sublist
    > li
    span:nth-child(2),
.policies-procedures-section
    .outer-list
    > li
    ol.inner-list
    > li
    .inner-sublist
    > li
    span:nth-child(2) {
    margin-left: 10px;
}
.market-section h1 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.market-section h2 {
    font-size: 1.5rem;
}
.market-section hr {
    margin-bottom: 30px;
}
.market-section .last-updated {
    padding-left: 10px;
}
.market-section .integer {
    font-size: 1em;
}
.market-section .decimal {
    font-size: 0.65em;
}
.market-section:first-child {
    padding-top: 60px;
    padding-bottom: 20px;
}
.market-section .head-section h3 {
    margin-bottom: 0;
}
.market-section .gift-nifty-chart {
    height: calc(100vh - 375px);
    margin-bottom: 40px;
}
.market-section .giftnifty-content {
    margin-top: 40px;
}
.market-section .giftnifty-content p {
    font-size: 14px;
}
.market-section .giftnifty-content .button {
    margin-top: 20px;
    font-size: 14px !important;
}
.market-section #chart {
    position: relative;
    width: 100%;
    height: 300px;
}
.market-section #chart table td:last-child,
.market-section #chart table th:last-child {
    padding-right: 0 !important;
}
.market-section .first_row span {
    margin-right: 15px;
}
.market-section .first_row span label {
    font-size: 12px;
    color: #9b9b9b;
}
.market-section #static_values .first_row .chart-date,
.market-section #static_values .first_row .chart-values {
    display: inline-block;
}
.market-section #static_values .first_row .chart-date .label,
.market-section #static_values .first_row .chart-values .label {
    color: #9b9b9b;
}
.market-section #static_values .first_row .chart-date div,
.market-section #static_values .first_row .chart-values div {
    display: inline-block;
    margin-right: 15px;
}
.market-section .ohlc {
    margin-top: 25px;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: fit-content;
}
.market-section .ohlc p {
    margin-top: 5px;
}
.market-section .ohlc .ohlc-value {
    display: inline-block;
    font-size: 14px;
}
.market-section .ohlc .ohlc-value:nth-child(1) {
    margin-right: 40px;
}
.market-section .ohlc .ohlc-value label {
    font-size: 12px;
    color: #666;
}
.market-section .ohlc .ohlc-container:nth-child(1) .ohlc-value {
    margin-bottom: 10px;
}
.market-section #date {
    color: #666;
}
.market-section #open_price,
.market-section #high_price,
.market-section #low_price,
.market-section #close_price {
    display: block;
    font-size: 18px;
    margin-top: 0px;
}
.market-section #change .icon-angle-up,
.market-section #change .icon-angle-down {
    display: none;
}
.market-section #change .change_value,
.market-section #change .icon {
    font-size: 14px;
}
.market-section #change #ltp {
    font-size: 28px;
    margin-right: 16px;
}
.market-section #change.positive .icon-angle-up {
    display: inline-block;
}
.market-section #change.positive #change_value,
.market-section #change.positive #ltp,
.market-section #change.positive .icon {
    color: #167f39;
}
.market-section #change.negative .icon.angle-down {
    display: inline-block;
}
.market-section #change.negative #change_value,
.market-section #change.negative #ltp,
.market-section #change.negative .icon {
    color: #df514c;
}
@media only screen and (max-width: 800px) {
    .market-section .last-updated {
        padding-left: 0 !important;
    }
    .market-section .ohlc {
        border: none;
        padding: 0;
    }
    .market-section .ohlc .ohlc-container {
        display: inline-block;
    }
    .market-section .ohlc .ohlc-container .ohlc-value:nth-child(1),
    .market-section .ohlc .ohlc-container .ohlc-value:nth-child(2),
    .market-section .ohlc .ohlc-container .ohlc-value:nth-child(3) {
        margin-right: 12px !important;
    }
    .market-section .ohlc .ohlc-container .ohlc-value #open_price,
    .market-section .ohlc .ohlc-container .ohlc-value #high_price,
    .market-section .ohlc .ohlc-container .ohlc-value #low_price,
    .market-section .ohlc .ohlc-container .ohlc-value #close_price {
        font-size: 16px !important;
    }
    .market-section .first_row {
        left: 10px !important;
    }
    .market-section .first_row span {
        display: block;
    }
    .market-section .gift-nifty-chart {
        height: 300px;
        margin-top: 45px;
    }
}
.insurance-sections:first-child {
    padding-bottom: 10px !important;
}
.insurance-sections .insurance-action-button {
    display: inline-block;
    margin-top: 20px;
}
.insurance-sections .insurance-action-button span {
    display: block;
    margin-top: 5px;
    color: #387ed1;
}
.insurance-sections.why-us-section img {
    width: 60px;
}
.insurance-sections.why-us-section h5 {
    margin: 0;
    font-weight: 500;
}
.insurance-sections.why-us-section p {
    margin-top: 5px;
}
.insurance-sections details {
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 5px;
    opacity: 80%;
}
