@charset "UTF-8";
/* color theme stracture*/
/*@mixin media($class){
	@if $class==xxs{@media (min-width:300px) and (max-width:414px) {@content;}
	}
	@if $class==xs{@media (min-width:415px) and (max-width:767px)  {@content;}
	}
	@else if $class==sm{@media (min-width:768px)   {@content;}
	}
	@else if $class==md{@media (min-width:1024px) {@content;}
	}
	@else if $class==lg{@media (min-width:1200px)  {@content;}
	}
}*/
/* for media mixins*/
/*uses instructions*/
/* cross browser opacity */
/* for vender prefix*/
/* for box sizing*/
/* border  radius*/
/* center block*/
/* text-overflow*/
/* for size*/
/* gradient effect*/
/* place holder color*/
@import url(../css/bootstrap.min.css);
@import url(../plugins/jsSlider/css/lightslider.css);
@import url(../css/flexboxgrid.css);
@import url(../css/font-awesome.min.css);
@import url(../plugins/nicelabel/css/jquery-nicelabel.css);
@import url(../css/style.css);
body {
  overflow: hidden;
  overflow-y: auto; }
  body::-webkit-scrollbar-track {
    border-radius: 20px;
    width: 10px;
    background-color: #ddd;
    overflow-x: hidden; }
  body::-webkit-scrollbar {
    width: 10px;
    background-color: #ddd; }
  body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #114464;
    height: 30px; }

/*basic sctacture */
.btn-success {
  background: #44FF39;
  color: #114464; }

.text-primary {
  color: #114464; }
  .text-primary.darken {
    color: black; }
  .text-primary.lighten {
    color: #329adc; }

.text-info {
  color: #2FB7C9; }
  .text-info.darken {
    color: #12464d; }
  .text-info.lighten {
    color: #a7e2ea; }

.text-danger {
  color: #FF0000; }
  .text-danger.darken {
    color: #660000; }
  .text-danger.lighten {
    color: #ff9999; }

.text-success {
  color: #44FF39; }
  .text-success.darken {
    color: #099f00; }
  .text-success.lighten {
    color: #d5ffd2; }

.text-warning {
  color: #FFCA4F; }
  .text-warning.darken {
    color: #b57e00; }
  .text-warning.lighten {
    color: #fff8e8; }

.text-warning2 {
  color: #ee6602; }
  .text-warning2.darken {
    color: #562501; }
  .text-warning2.lighten {
    color: #febc8b; }

.text-blue {
  color: #016abd;
  font-weight: bold; }

.btn-round {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

hr.dotted {
  border-top: 1px dotted #ccc; }

.pad-all-0 {
  padding: 0 !important; }

.mar-all-0 {
  margin: 0 !important; }

.pad-xs {
  padding: 10px; }

.pad-sm {
  padding: 30px; }

.pad-md {
  padding: 60px; }

.pad-lg {
  padding: 90px; }

.pad-top-xs {
  padding-top: 10px; }

.pad-top-sm {
  padding-top: 30px; }

.pad-top-md {
  padding-top: 60px; }

.pad-top-lg {
  padding-top: 90px; }

.pad-bottom-xs {
  padding-bottom: 10px; }

.pad-bottom-sm {
  padding-bottom: 30px; }

.pad-bottom-md {
  padding-bottom: 60px; }

.pad-bottom-lg {
  padding-bottom: 90px; }

.pad-right-xs {
  padding-right: 10px; }

.pad-left-xs {
  padding-left: 10px; }

/*marging and padding*/
.mar-top-xs {
  margin-top: 10px; }

.mar-top-sm {
  margin-top: 30px; }

.mar-top-md {
  margin-top: 60px; }

.mar-top-lg {
  margin-top: 90px; }

.mar-bottom-xs {
  margin-bottom: 10px; }

.mar-bottom-sm {
  margin-bottom: 30px; }

.mar-bottom-md {
  margin-bottom: 60px; }

.mar-bottom-lg {
  margin-bottom: 90px; }

.mar-right-xs {
  margin-right: 10px; }

.mar-left-xs {
  margin-left: 10px; }

.mar-left-sm {
  margin-left: 30px; }

.mar-right-sm {
  margin-right: 30px; }

.btn {
  border: none; }

.whiteHr {
  background: #fff;
  margin: 20px -20px;
  border-color: #fff; }

.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.bgWhite {
  background: #fff; }

.bgTransparent {
  background: transparent; }

.text-white {
  color: #fff; }

/*progress bar*/
.progress-xs {
  height: 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: none; }
  .progress-xs .progress-bar {
    box-shadow: none; }

/*Core theming*/
@media (min-width: 240px) and (max-width: 768px) {
  #copyright p {
    text-align: left; }

  [appStoreImg] img {
    max-width: 45%;
    margin-left: 5px; }

  .testi-pic {
    width: 100%; }

  .test-text {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px; }

  .centerText {
    text-align: center; }

  .logo {
    margin-bottom: 10px; }

  .hero_area .list-inline {
    padding-top: 0; }

  .mobScroll {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; } }
@media (min-width: 768px) {
  .mobScroll {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; } }
@media (min-width: 240px) and (max-width: 768px) {
  .top {
    margin-bottom: 0;
    padding: 10px 0; } }

@media (min-width: 240px) and (max-width: 768px) {
  .navbar-default .navbar-toggle {
    margin: 0; }
    .navbar-default .navbar-toggle i {
      font-size: 18px; } }

/*for slider css custome*/
.lSSlideOuter .lSPager.lSpg > li {
  padding: 2px; }
  .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #ddd;
    width: 12px;
    height: 12px; }
  .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #44FF39; }

/* invest page */
.inner-header {
  background: none; }
  .inner-header .top {
    padding: 10px 0;
    background-color: #e6e6e6;
    margin-bottom: 0px; }
  .inner-header .innerHead {
    background-image: url("../img/invest-bg.jpg");
    padding-top: 130px;
    background-size: cover;
    padding-bottom: 20px; }
    @media (min-width: 240px) and (max-width: 768px) {
      .inner-header .innerHead {
        background: none;
        padding-top: 20px;
        text-align: center; }
        .inner-header .innerHead .investLine {
          text-align: center;
          margin-top: 20px; } }
    .inner-header .innerHead .skewed_button {
      background: rgba(68, 255, 57, 0.8);
      color: #114464;
      text-decoration: none;
      font-size: 25px;
      display: inline-block;
      height: 50px;
      margin-left: 15px;
      padding: 6px 10px 0;
      font-family: 'Roboto Slab', serif; }
      .inner-header .innerHead .skewed_button:before {
        content: "";
        float: left;
        margin: -6px 0 0 -25px;
        border-left: 15px solid transparent;
        border-bottom: 50px solid rgba(68, 255, 57, 0.8);
        height: 0px; }
      .inner-header .innerHead .skewed_button:after {
        content: "";
        float: right;
        margin: -6px -25px 0 0;
        border-left: 15px solid rgba(68, 255, 57, 0.8);
        border-bottom: 50px solid transparent;
        height: 0px; }

.navbar-info {
  background-color: #2FB7C9;
  border: none; }
  @media (min-width: 240px) and (max-width: 768px) {
    .navbar-info {
      min-height: 0; } }
  .navbar-info .navbar-nav li a {
    margin-bottom: -9px;
    color: #fff; }
    .navbar-info .navbar-nav li a:hover, .navbar-info .navbar-nav li a:active, .navbar-info .navbar-nav li a:focus {
      background-color: #114464; }

/*main page navigation*/
@media (min-width: 768px) {
  .main-navbar-nav li a {
    padding: 10px; } }
@media (min-width: 1024px) {
  .main-navbar-nav li a {
    padding: 10px 15px; } }

/*for searchbar*/
.searchWrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #Ddd;
  opacity: 0;
  z-index: -1;
  transition: all ease-in-out .25s;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s; }
  @media (min-width: 240px) and (max-width: 768px) {
    .searchWrapper {
      width: 92%; } }
  .searchWrapper.active {
    opacity: 1;
    z-index: 1; }
  .searchWrapper .input-group .input-group-addon {
    background-color: transparent;
    border: none; }
  .searchWrapper .input-group .input-group-btn .btn {
    background-color: transparent;
    border: none; }
  .searchWrapper .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    font-size: 20px;
    color: #114464; }

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important; } }

/*invest section*/
.investing {
  /* for checkbox*/ }
  .investing h3, .investing h2 {
    font-size: 20px;
    color: #114464;
    text-align: center;
    font-family: 'Roboto Slab', serif; }
  .investing h2 {
    font-size: 25px; }
  .investing .circle-checkbox {
    margin: 0 auto;
    width: 75px;
    height: 21px;
    background-color: #114464; }
    .investing .circle-checkbox .circle-btn {
      height: 17px;
      top: 2px;
      width: 37px;
      background-color: #44FF39; }

.invest-img {
  height: 60px;
  width: 60px;
  margin: 40px auto;
  margin-bottom: 0;
  background-image: url("../img/invest_details.png");
  background-repeat: no-repeat; }
  .invest-img.child-1 {
    background-position: 0 top; }
  .invest-img.child-2 {
    background-position: -60px top; }
  .invest-img.child-3 {
    background-position: -120px top; }
  .invest-img.child-4 {
    background-position: -180px top; }
  .invest-img.child-5 {
    background-position: -240px top; }

/*mutula funds section*/
.card {
  border: 10px solid #f2f2f2; }
  .card .text-height-80 {
    min-height: 80px; }

/*goal investment for popup */
.stepWiz {
  max-width: 700px;
  width: 100%;
  min-height: 80vh;
  margin: 0 auto; }
  .stepWiz h1, .stepWiz h2, .stepWiz .h1, .stepWiz h3, .stepWiz .investing h2, .investing .stepWiz h2 {
    font-family: "Roboto Slab"; }
  .stepWiz #stepWiz {
    vertical-align: middle;
    width: 100%; }
    .stepWiz #stepWiz .customeInde {
      position: relative;
      margin-top: 20px;
      display: block;
      text-align: center;
      height: 40px; }
      .stepWiz #stepWiz .customeInde li {
        width: 20px;
        height: 20px;
        margin: 0;
        border-radius: 0; }
        .stepWiz #stepWiz .customeInde li.active {
          width: 20px;
          height: 20px; }
        .stepWiz #stepWiz .customeInde li:first-child {
          border-radius: 10px 0px 0px 10px; }
        .stepWiz #stepWiz .customeInde li:last-child {
          border-radius: 0px 10px 10px 0px; }
    .stepWiz #stepWiz .carousel-inner {
      border-radius: 40px;
      position: relative;
      border: 10px solid #fff;
      box-shadow: 0 0 20px #ddd;
      background-position: center center;
      background-image: url("../img/bg_wizard.jpg");
      margin-top: 30px; }
      .stepWiz #stepWiz .carousel-inner .item {
        padding: 30px;
        color: #fff;
        /* for option buttons*/ }
        .stepWiz #stepWiz .carousel-inner .item label {
          font-size: 13px;
          font-weight: normal;
          margin-bottom: 0; }
        .stepWiz #stepWiz .carousel-inner .item .select-left .form-group {
          margin-right: 30px; }
        .stepWiz #stepWiz .carousel-inner .item .optionBtn {
          width: 100%;
          margin: 0;
          padding: 0; }
          .stepWiz #stepWiz .carousel-inner .item .optionBtn li {
            text-align: center; }
            .stepWiz #stepWiz .carousel-inner .item .optionBtn li a {
              width: 100px;
              height: 100px;
              border-radius: 100%;
              margin: 0 auto;
              border: 3px solid #fff;
              box-shadow: none;
              background-color: #fff;
              background-position: center;
              background-repeat: no-repeat; }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li a i {
                font-size: 50px;
                margin-top: 15px; }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li a.optionicon i {
                color: #30b7c7; }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li a.option1 {
                background-image: url("../img/options/2.png"); }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li a.option2 {
                background-image: url("../img/options/4.png"); }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li a.option3 {
                background-image: url("../img/options/6.png"); }
            .stepWiz #stepWiz .carousel-inner .item .optionBtn li.active a {
              background-color: #44FF39; }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li.active a.optionicon {
                background-color: #fff; }
                .stepWiz #stepWiz .carousel-inner .item .optionBtn li.active a.optionicon i {
                  color: #44FF39; }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li.active a.option1 {
                background-image: url("../img/options/1.png"); }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li.active a.option2 {
                background-image: url("../img/options/3.png"); }
              .stepWiz #stepWiz .carousel-inner .item .optionBtn li.active a.option3 {
                background-image: url("../img/options/5.png"); }
        .stepWiz #stepWiz .carousel-inner .item select.form-control {
          border: none;
          box-shadow: none; }
        .stepWiz #stepWiz .carousel-inner .item .btn-options {
          padding: 10px 20px;
          background-color: #fff;
          border: 3px solid #fff;
          border-radius: 10px;
          min-width: 100px; }
        .stepWiz #stepWiz .carousel-inner .item .customeForm .input-group {
          background: #fff;
          padding: 5px;
          border-radius: 8px; }
          .stepWiz #stepWiz .carousel-inner .item .customeForm .input-group .input-group-addon {
            border: none;
            background-color: #44FF39; }
          .stepWiz #stepWiz .carousel-inner .item .customeForm .input-group input {
            border: none;
            box-shadow: none; }

input[type='range'] {
  width: 100%;
  height: 20px;
  overflow: hidden;
  cursor: pointer; }

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #AAA; }

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -5px;
  background: #FFCA4F;
  border-radius: 50%;
  color: #FF0000; }

input[type='range']::-webkit-slider-thumb::before {
  position: absolute;
  content: '';
  font-size: 12px;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 3000; }

.range-table {
  margin-top: 10px; }
  .range-table tr td {
    padding: 0px;
    text-align: center;
    color: #555; }

.text-yellow {
  color: yellow; }

.bg-sidewide {
  background-color: #23b1c2; }
  .bg-sidewide:before {
    content: '?';
    position: absolute;
    bottom: 0px;
    right: 4px;
    font-size: 167px;
    font-weight: bolder;
    color: #000;
    opacity: 0.2;
    font-family: times new roman; }

/*goal based inves modal*/
.goalpopupWindow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  opacity: 0;
  transition: all ease-in-out .25s;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  background-color: #fff;
  z-index: 300; }
  .goalpopupWindow.show {
    display: block;
    opacity: 1; }
  .goalpopupWindow .goalpopupWindowHeader {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    height: 10vh;
    padding-top: 10px; }
  .goalpopupWindow #closePopup {
    position: absolute;
    right: 30px;
    top: 30px; }
  .goalpopupWindow .goalpopupWindowBody iframe {
    width: 100%;
    height: 85vh;
    border: none; }

/* compage funds */
.tablePad tr td {
  padding: 5px; }

/* for mutual funds field*/
.arrow {
  width: 20px;
  height: 7px;
  display: inline-block; }
  .arrow.green {
    background-position: center top;
    background-image: url("../img/ico/active-actions.png"); }
  .arrow.red {
    background-position: center bottom;
    background-image: url("../img/ico/active-actions.png"); }

/* for costomized page*/
.costomized {
  /*for side bar sectons*/
  /*for content loading side*/ }
  .costomized .sideFilterSmall .panel-success {
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: none; }
    .costomized .sideFilterSmall .panel-success .panel-heading-Main {
      background-color: #44FF39;
      color: #114464; }
      .costomized .sideFilterSmall .panel-success .panel-heading-Main a {
        color: #fff;
        float: right;
        padding: 0px; }
    .costomized .sideFilterSmall .panel-success .panel-group {
      margin-bottom: 0; }
      .costomized .sideFilterSmall .panel-success .panel-group .panel {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        border-top: 0;
        margin-top: 0; }
        .costomized .sideFilterSmall .panel-success .panel-group .panel .panel-heading {
          background-color: white; }
          .costomized .sideFilterSmall .panel-success .panel-group .panel .panel-heading h4 a {
            display: block;
            font-weight: bold;
            color: gray; }
            .costomized .sideFilterSmall .panel-success .panel-group .panel .panel-heading h4 a i {
              float: right; }
        .costomized .sideFilterSmall .panel-success .panel-group .panel .list-group .list-group-item {
          background-color: #f2f2f2; }
        .costomized .sideFilterSmall .panel-success .panel-group .panel .checkbox {
          margin: 0; }
  .costomized .ContentSmall .panel-success .panel-heading-Main {
    background-color: #44FF39;
    color: #114464; }
  .costomized .ContentSmall .panel-success .table-responsive {
    overflow: hidden;
    overflow-y: auto;
    overflow: scroll; }
    .costomized .ContentSmall .panel-success .table-responsive::-webkit-scrollbar-track {
      border-radius: 20px;
      width: 10px;
      background-color: #ddd;
      overflow-x: hidden; }
    .costomized .ContentSmall .panel-success .table-responsive::-webkit-scrollbar {
      width: 10px;
      background-color: #ddd; }
    .costomized .ContentSmall .panel-success .table-responsive::-webkit-scrollbar-thumb {
      border-radius: 20px;
      background-color: #114464;
      height: 30px; }
    @media (min-width: 1024px) {
      .costomized .ContentSmall .panel-success .table-responsive {
        overflow-x: hidden; } }
  .costomized .ContentSmall .panel-success table.customeTable thead {
    background: #f2f2f2; }

/* for debitliquid page*/
.floatBox {
  margin-top: -20px;
  position: relative; }
  .floatBox h4 {
    font-weight: bold; }

.dateTitle {
  position: relative;
  z-index: 20; }

.rateIcon {
  font-weight: bold;
  margin: 0;
  font-size: 40px;
  font-size: 5rem; }

/* for search details page */
.largeSearchBox {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f2f2f2;
  border: none;
  padding: 10px; }
  .largeSearchBox .form-control {
    background: transparent;
    border: none;
    box-shadow: none; }
  .largeSearchBox .btn {
    background: transparent; }

/*# sourceMappingURL=theme.css.map */
