
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;
}
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
input {
  overflow: visible;
}
select {
  text-transform: none;
}
[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;
}
.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) {
  .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,
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 !important;
  text-align: left !important;
  padding: 0.2em 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;
  line-height: 1.6;
  height: auto !important;
  font-size: 0.75rem;
}
.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);
  }
}
@media only screen and (min-width: 960px) {
  .signup-link {
    margin-right: 5px;
    margin-left: 5px;
  }
}

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;
  }
}
.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%;
}
section {
  padding: 25px 0 !important;
}
.section-head {
  padding: 50px 0 !important;
}
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;
}
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;
}
.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;
}

table {
  border-spacing: 0;
  width: 100%;
}
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;
  background-color: #f1f1f1;
  font-weight: 500;
  border: none;
}
table tbody tr:nth-child(even) {
  background: #fafafb;
}
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; */
  border-radius: 10px !important;
  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: 10px;
  height: 10px;
  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);
  }
}
.homepage section {
  padding: 0 20px 120px 20px;
}
.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;
  height: 40vh;
}
.homepage section.marketing {
  padding-top: 0;
}
.homepage section.marketing .press-strip img:hover {
  opacity: 0.8;
}
.homepage .pricing .six:first-child .pricing-box {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.homepage .pricing .six:last-child .pricing-box {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.homepage .pricing .pricing-box {
  border: 1px solid #ccc;
  padding: 0 25px;
  box-sizing: border-box;
  min-height: 190px;
}
.homepage .pricing .pricing-box h1 {
  margin: 0;
  line-height: 2;
}
@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .homepage .pricing-box {
    min-height: 205px !important;
  }
}
@media only screen and (max-width: 1420px) {
  .homepage .marketing {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 800px) {
  .homepage .img-margin {
    margin-bottom: 30px;
  }
  .homepage .pricing .pricing-box {
    border: 1px solid #ccc;
  }
  .homepage .pricing .six:first-child .pricing-box {
    border-right: 1px solid #ccc;
  }
}
@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 {
    padding: 50px 0;
  }
  .about-history {
    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;
  }
}
.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 {
  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;
}
@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;
}
.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;
  }
}
.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-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;
}
.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 #fafafb;
  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%;
    margin-left: 0.666%;
  }
  .brokerage-columns.column:first-child {
    margin-left: 0%;
  }
}
.charges-sections #charges_tabs table th {
  margin: auto;
}
.charges-sections #charges_tabs .charges-heads {
  font-size: 0.9rem;
  color: #666;
  padding-left: 15px !important;
}
@media only screen and (max-width: 850px) {
  .charges-sections .tinytabs .tabs {
    margin: auto;
  }
  .charges-sections .tinytabs .tabs li {
    width: 100%;
  }
}
.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 {
    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 {
  margin-top: 160px;
}
.true-pnl img {
  margin-bottom: 20px;
}
.easy-container {
  padding: 50px 0;
}
.kconnect-container {
  padding: 50px 0;
}
.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 {
  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 .section h2 {
  font-weight: 400;
  margin-top: 15px;
}
.press-sections li p {
  margin: 0;
}
.press-sections .meta {
  color: #666;
  font-size: 0.85rem;
}
.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;
}
@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;
}
@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;
  }
}
.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;
}
.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 .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 .four.columns .header-1,
.liquid-etf-section .four.columns .header-2,
.liquid-etf-section .four.columns .header-3 {
  padding: 5px 0 5px 20px;
}
.liquid-etf-section .four.columns .header-1 p:first-child,
.liquid-etf-section .four.columns .header-2 p:first-child,
.liquid-etf-section .four.columns .header-3 p:first-child {
  font-weight: 500;
  margin-bottom: 5px;
}
.liquid-etf-section .four.columns .header-1 p:last-child,
.liquid-etf-section .four.columns .header-2 p:last-child,
.liquid-etf-section .four.columns .header-3 p:last-child {
  margin-top: 5px;
}
.liquid-etf-section .four.columns .header-1 {
  background-color: #ededf4;
}
.liquid-etf-section .four.columns .header-2 {
  background-color: #e5faed;
}
.liquid-etf-section .four.columns .header-3 {
  background-color: #eff5ff;
}
.liquid-etf-section .four.columns .context {
  padding: 0 20px 20px 20px;
}
.liquid-etf-section .four.columns .heading-text {
  margin-bottom: 5px;
}
.liquid-etf-section .four.columns .value-text {
  margin-top: 5px;
}
.ipo-section:first-child {
  padding-bottom: 40px;
}
.ipo-section .ipo-table,
.ipo-section .no-ipo {
  display: none;
}
.ipo-section .usfb-landing {
  border-radius: 3px;
  transform: rotate(-10deg);
  margin: 45px 0;
  width: 85%;
}
.ipo-section .finshots-link {
  position: relative;
  top: 8px;
}
.ipo-section .usfb-extras img {
  height: 85px;
}
.ipo-section .usfb-extras img.usfb-loans {
  height: 175px;
}
.ipo-section .pulse-container {
  width: 65px;
  top: -5px;
  bottom: unset;
  left: 15px;
}
.ipo-section .pulse-container .pulse-bubble {
  background: #666;
  display: inline-block;
}
.ipo-section .irctc-extras h4 {
  margin-bottom: 0;
}
.ipo-section .irctc-extras p {
  margin-top: 5px;
}
@media only screen and (min-width: 800px) {
  .ipo-section .ipo-landing {
    max-width: 385px;
  }
}
