﻿@charset "UTF-8";
/** Additions by Kon */
/** Mapped to Bootstrap 3's breakpoints with modifications and used to show (Only-Show) or hide (Only-Hide) items at these breakpoints **/
@media only screen and (max-width: 575px) {
  .only-show-sm, .only-show-md, .only-show-lg, .only-show-xl {
    display: none !important;
  }

  .only-hide-xx {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .only-show-xx, .only-show-sm, .only-show-md, .only-show-lg, .only-show-xl {
    display: none !important;
  }

  .only-hide-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .only-show-xx, .only-show-xs, .only-show-md, .only-show-lg, .only-show-xl {
    display: none !important;
  }

  .only-hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .only-show-xx, .only-show-xs, .only-show-sm, .only-show-lg, .only-show-xl {
    display: none !important;
  }

  .only-hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .only-show-xx, .only-show-xs, .only-show-sm, .only-show-md, .only-show-xl {
    display: none !important;
  }

  .only-hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .only-show-xx, .only-show-xs, .only-show-sm, .only-show-md, .only-show-lg {
    display: none !important;
  }

  .only-hide-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-sm-up {
    display: none !important;
  }

  .hide-xs-down {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .show-md-up {
    display: none !important;
  }

  .hide-sm-down {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .show-lg-up {
    display: none !important;
  }

  .hide-md-down {
    display: none !important;
  }
}
@media only screen and (max-width: 1399px) {
  .show-xl-up {
    display: none !important;
  }

  .hide-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .show-xs-down {
    display: none !important;
  }

  .hide-sm-up {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .show-sm-down {
    display: none !important;
  }

  .hide-md-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .show-md-down {
    display: none !important;
  }

  .hide-lg-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .show-lg-down {
    display: none !important;
  }

  .hide-xl-up {
    display: none !important;
  }
}
@media only screen and (max-width: 796px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 797px) {
  .show-mobile {
    display: none !important;
  }
}
.landing-page > section.links ul li > a > span:last-child::after, .hero.center .carousel-control, .landing-page > section.steps .step-boxes .step-box > .desc ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
}

/** END Additions by Kon */
/* Additions by Kon */
.button-right {
  text-align: right;
}

.btn, button, [class*=btn-] {
  border: 1px solid transparent;
}
.btn, .btn:hover, button, button:hover, [class*=btn-], [class*=btn-]:hover {
  text-decoration: none;
}

.btn-primary, .btn-primary.btn {
  background: #126b73 !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary.btn:hover {
  background: #158089 !important;
  border-color: transparent !important;
}
.btn-primary.btn-inverse, .btn-primary.btn.btn-inverse {
  background: transparent !important;
  border: #126b73 1px solid;
  color: #126b73 !important;
}
.btn-primary.btn-inverse:hover, .btn-primary.btn.btn-inverse:hover {
  background: rgba(18, 107, 115, 0.3) !important;
  color: #fff !important;
}

.btn-primary-light, .btn-primary-light.btn {
  background: #2a7a82 !important;
  color: #fff !important;
}
.btn-primary-light:hover, .btn-primary-light.btn:hover {
  background: #308c95 !important;
  border-color: transparent !important;
}
.btn-primary-light.btn-inverse, .btn-primary-light.btn.btn-inverse {
  background: transparent !important;
  border: #2a7a82 1px solid;
  color: #2a7a82 !important;
}
.btn-primary-light.btn-inverse:hover, .btn-primary-light.btn.btn-inverse:hover {
  background: rgba(42, 122, 130, 0.3) !important;
  color: #fff !important;
}

.btn-accent, .btn-accent.btn {
  background: #ba2b57 !important;
  color: #fff !important;
}
.btn-accent:hover, .btn-accent.btn:hover {
  background: #cf3061 !important;
  border-color: transparent !important;
}
.btn-accent.btn-inverse, .btn-accent.btn.btn-inverse {
  background: transparent !important;
  border: #ba2b57 1px solid;
  color: #ba2b57 !important;
}
.btn-accent.btn-inverse:hover, .btn-accent.btn.btn-inverse:hover {
  background: rgba(186, 43, 87, 0.3) !important;
  color: #fff !important;
}

.btn-dismiss, .btn-dismiss.btn {
  background: #666 !important;
  color: #fff !important;
}
.btn-dismiss:hover, .btn-dismiss.btn:hover {
  background: #737373 !important;
  border-color: transparent !important;
}
.btn-dismiss.btn-inverse, .btn-dismiss.btn.btn-inverse {
  background: transparent !important;
  border: #666 1px solid;
  color: #666 !important;
}
.btn-dismiss.btn-inverse:hover, .btn-dismiss.btn.btn-inverse:hover {
  background: rgba(102, 102, 102, 0.3) !important;
  color: #fff !important;
}

.btn-rounded {
  display: inline-block;
  font-size: 80%;
  padding: 5px 15px;
  border-radius: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}

[class*=btn-] > i {
  padding: 0 3px;
}

.button-hint {
  display: inline-block;
}
.button-hint .hint {
  text-transform: none;
  text-align: center;
  color: #ba2b57;
}

.modal-dialog {
  width: 100%;
}
.modal-content {
  border-radius: 0 40px 0 0;
  border-left: 6px solid #126b73;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .modal-content {
    width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-content {
    width: 900px;
  }
}
.modal-header {
  padding: 16px 21px;
}
.modal-header button.close {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.modal-header h4.modal-title {
  color: #126b73;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 20px;
}
.modal-body {
  padding: 5px 21px;
  text-align: left;
}
.modal-body .heading {
  font-size: 18px;
  margin-bottom: 5px;
}
.modal-body .heading strong {
  color: #ba2b57;
}
.modal-body form::after {
  clear: both;
}
.modal-body .img-select {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: start;
}
.modal-body .img-select > * {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-body .img-select .choose_profile_blog {
  min-height: unset;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
  min-width: 240px;
  box-shadow: 0 0 5px #ddd;
  padding: 0;
  padding-top: 90px;
  padding-bottom: 15px;
}
.modal-body .img-select .choose_profile_blog input[type=radio] {
  display: none;
}
.modal-body .img-select .choose_profile_blog::before {
  height: 60px;
  line-height: 60px;
  width: 60px;
  font-size: 30px;
  left: calc(50% - 30px);
  top: 30px;
  margin: 0 auto;
}
.modal-body .img-select .choose_profile_blog:hover {
  background-color: #fff;
  color: #666;
}
.modal-body .img-select .active .choose_profile_blog {
  background-color: #126b73;
}
.modal-body .img-select .active .choose_profile_blog::before {
  color: #126b73;
  background: #fff;
}
.modal-body .img-select .active .choose_profile_blog:hover {
  color: #fff;
}
.modal-body .img-select .active .choose_profile_blog:hover::before {
  color: #fff;
  background: #ba2b57;
}
.modal-footer {
  padding: 14px 16px;
  background: #ebebeb;
  border: 0;
}
.modal-footer [class*=button-] {
  padding: 0;
  margin: 0;
}
.modal-footer .btn {
  border-radius: 3px;
  letter-spacing: 3px;
}

.navbar.navbar-default > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar.navbar-default > .container::before, .navbar.navbar-default > .container::after {
  display: none;
}
.index .navbar.navbar-default > .container .navbar-user {
    border-left: 0;
    margin-right: 70px;
}
@media only screen and (max-width: 767px) {
  .index .navbar.navbar-default > .container .navbar-user {
    border-left: 0;
    margin-right:70px;
}
}
.landing-page {
  background: #fff;
}
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5 {
  color: #666;
}
.landing-page h1 {
  font-weight: 300;
}
.landing-page > section {
    width: 100%;
    overflow: hidden;
}
.landing-page > section::after {
  clear: both;
  display: block;
  content: " ";
}
.landing-page > section > .container {
  text-align: left;
}
.landing-page > section > .container > .row {
  margin: 0;
}
.landing-page > section.banner .item {
  flex-direction: column;
  justify-content: center;
  color: white;
  background-size: cover !important;
  height: 477px;
}
.landing-page > section.banner .item.next, .landing-page > section.banner .item.prev, .landing-page > section.banner .item.active {
  display: flex;
}
    .landing-page > section.banner .item.first {
        background: linear-gradient(0.25turn, black, transparent, black), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/banner-1.jpg) no-repeat center;
    }
    .landing-page > section.banner .item.second {
        background: linear-gradient(0.25turn, black, transparent, black), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/banner-2.jpg) no-repeat center;
    }
.landing-page > section.banner .item > * {
  padding: 0 5px;
}
.landing-page > section.banner .item h1 {
  margin: 0;
  font-weight: 300;
  color: #fff;
}
.landing-page > section.banner .item h2 {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
}
.landing-page > section.banner .item h3 {
  margin: 8px 0 12px 0;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}
.landing-page > section.banner .item .btn {
  padding: 15px 28px;
  line-height: 1;
}
.landing-page > section.notices {
  background: #333;
  color: #ccc;
  padding: 14px 0;
  position: relative;
}
.landing-page > section.notices .ticker {
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 5px;
  border: 0;
}
.landing-page > section.notices .ticker, .landing-page > section.notices .ticker ul {
  margin: 0;
}
.landing-page > section.notices .ticker .active {
  display: flex;
  align-items: center;
}
.landing-page > section.notices .title {
  color: #bd9d2b;
  font-size: 18px;
}
.landing-page > section.notices .notice {
  flex-grow: 3;
}
.landing-page > section.notices > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .landing-page > section.notices > .container {
    padding: 0 10px;
    justify-content: flex-start;
  }
  .landing-page > section.notices > .container a {
    margin-top: 5px;
  }
  .landing-page > section.notices > .container .notice {
    padding: 0;
  }
}
.landing-page > section.notices a {
  color: #ba2b57;
  flex-shrink: 2;
}
.landing-page > section.steps, .landing-page > section.steps > .container {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .landing-page > section.steps > .container {
    padding: 0;
    padding-bottom: 45px !important;
  }
}
.landing-page > section.steps h3 {
  font-size: 20px;
  padding: 0 20px;
  margin: 40px 0 0;
}
.landing-page > section.steps h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0 20px;
}
.landing-page > section.steps .step-boxes {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .landing-page > section.steps .step-boxes {
    flex-wrap: wrap;
    padding-right: 20px;
  }
}
.landing-page > section.steps .step-boxes .step-box {
  float: left;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .landing-page > section.steps .step-boxes .step-box {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .landing-page > section.steps .step-boxes .step-box {
    flex-wrap: wrap;
  }
}
.landing-page > section.steps .step-boxes .step-box > .img {
  height: 130px;
  z-index: 5;
  position: relative;
}
.landing-page > section.steps .step-boxes .step-box > .img > img {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .landing-page > section.steps .step-boxes .step-box > .img {
    min-width: 180px;
    flex: 2 2;
  }
}
@media only screen and (max-width: 575px) {
  .landing-page > section.steps .step-boxes .step-box > .img {
    flex: 1 2;
  }
}
.landing-page > section.steps .step-boxes .step-box > .title {
  color: #121212;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 15px 10px 0;
  height: 100px;
  z-index: 4;
  width: 160px;
  margin-top: -20px;
  margin-left: 18px;
}
.landing-page > section.steps .step-boxes .step-box > .title b {
  text-transform: uppercase;
}
.landing-page > section.steps .step-boxes .step-box > .title small {
  color: #454545;
  font-size: 80%;
}
@media only screen and (max-width: 991px) {
  .landing-page > section.steps .step-boxes .step-box > .title {
    margin: 0 15px 32px -22px;
    min-width: 140px;
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-page > section.steps .step-boxes .step-box > .title {
    flex: 2 2;
  }
}
.landing-page > section.steps .step-boxes .step-box > .desc {
  display: none;
  opacity: 0;
  margin: 15px 18px 30px;
  position: absolute;
  text-align: left;
  padding-bottom: 15px;
}
.landing-page > section.steps .step-boxes .step-box > .desc ul {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}
.landing-page > section.steps .step-boxes .step-box > .desc ul li {
  padding: 8px 0;
}
.landing-page > section.steps .step-boxes .step-box > .desc ul li::before {
  display: inline-block;
  content: "";
}
.landing-page > section.steps .step-boxes .step-box > .desc ul li > a {
  text-decoration: none;
  color: #666;
}
.landing-page > section.steps .step-boxes .step-box > .desc ul li > a:hover {
  color: #126b73;
}
@media only screen and (max-width: 991px) {
  .landing-page > section.steps .step-boxes .step-box > .desc {
    position: relative;
    margin: 0;
    display: block;
    opacity: 1;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page > section.steps .step-boxes .step-box > .desc {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .landing-page > section.steps .step-boxes .step-box > .desc {
    flex: 100%;
    margin: 0 18px 15px 0;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page > section.steps .step-boxes .step-box.right {
    position: relative;
  }
  .landing-page > section.steps .step-boxes .step-box.right > .desc {
    margin-left: -150%;
    right: 35px;
    min-width: calc(100% - 53px);
  }
  .landing-page > section.steps .step-boxes .step-box.active > .title::after, .landing-page > section.steps .step-boxes .step-box.active > .desc {
    display: block !important;
  }
}
.landing-page > section.steps .step-boxes .step-box.create > .title {
  background: #FFC639;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .landing-page > section.steps .step-boxes .step-box.create > .title::after {
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
    border-top: solid 15px #FFC639;
    transform: translateX(-50%);
    position: absolute;
    display: none;
    z-index: -1;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
  }
}
.landing-page > section.steps .step-boxes .step-box.create > .desc {
  border-bottom: 3px solid #FFC639;
}
.landing-page > section.steps .step-boxes .step-box.create > .desc ul > li::before {
  color: #FFC639;
}
.landing-page > section.steps .step-boxes .step-box.create > .desc ul > li:not(:last-child) {
  border-bottom: 1px solid #FFC639;
}
.landing-page > section.steps .step-boxes .step-box.create > .desc .info-btn {
    background: #FFC639 !important;
    border: none !important;
}
.landing-page > section.steps .step-boxes .step-box.create > .desc .info-btn:hover {
  background: #ffcd53 !important;
}
.landing-page > section.steps .step-boxes .step-box.simulate > .title {
  background: #FF983B;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .landing-page > section.steps .step-boxes .step-box.simulate > .title::after {
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
    border-top: solid 15px #FF983B;
    transform: translateX(-50%);
    position: absolute;
    display: none;
    z-index: -1;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
  }
}
.landing-page > section.steps .step-boxes .step-box.simulate > .desc {
  border-bottom: 3px solid #FF983B;
}
.landing-page > section.steps .step-boxes .step-box.simulate > .desc ul > li::before {
  color: #FF983B;
}
.landing-page > section.steps .step-boxes .step-box.simulate > .desc ul > li:not(:last-child) {
  border-bottom: 1px solid #FF983B;
}
.landing-page > section.steps .step-boxes .step-box.simulate > .desc .info-btn {
  background: #FF983B !important;
  border:none!important;
}
.landing-page > section.steps .step-boxes .step-box.simulate > .desc .info-btn:hover {
  background: #ffa555 !important;
}
.landing-page > section.steps .step-boxes .step-box.settlement > .title {
  background: #FF668B;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .landing-page > section.steps .step-boxes .step-box.settlement > .title::after {
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
    border-top: solid 15px #FF668B;
    transform: translateX(-50%);
    position: absolute;
    display: none;
    z-index: -1;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
  }
}
.landing-page > section.steps .step-boxes .step-box.settlement > .desc {
  border-bottom: 3px solid #FF668B;
}
.landing-page > section.steps .step-boxes .step-box.settlement > .desc ul > li::before {
  color: #FF668B;
}
.landing-page > section.steps .step-boxes .step-box.settlement > .desc ul > li:not(:last-child) {
  border-bottom: 1px solid #FF668B;
}
.landing-page > section.steps .step-boxes .step-box.settlement > .desc .info-btn {
  background: #FF668B !important;
}
.landing-page > section.steps .step-boxes .step-box.settlement > .desc .info-btn:hover {
  background: #ff809e !important;
}
.landing-page > section.steps .step-boxes .step-box.negotiate > .title {
  background: #42D1B5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .landing-page > section.steps .step-boxes .step-box.negotiate > .title::after {
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
    border-top: solid 15px #42D1B5;
    transform: translateX(-50%);
    position: absolute;
    display: none;
    z-index: -1;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
  }
}
.landing-page > section.steps .step-boxes .step-box.negotiate > .desc {
  border-bottom: 3px solid #42D1B5;
}
.landing-page > section.steps .step-boxes .step-box.negotiate > .desc ul > li::before {
  color: #42D1B5;
}
.landing-page > section.steps .step-boxes .step-box.negotiate > .desc ul > li:not(:last-child) {
  border-bottom: 1px solid #42D1B5;
}
.landing-page > section.steps .step-boxes .step-box.negotiate > .desc .info-btn {
  background: #42D1B5 !important;
}
.landing-page > section.steps .step-boxes .step-box.negotiate > .desc .info-btn:hover {
  background: #57d6bd !important;
}
.landing-page > section.info-box > [class*=col-] {
  padding: 0;
}
.landing-page > section.info-box.one .info h1 > b, .landing-page > section.info-box.one .info ul > li > i {
  color: #32aab8;
}
.landing-page > section.info-box.one .hero {
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0.2), transparent, transparent, transparent), #32aab8;
}
.landing-page > section.info-box.one .hero.left {
  background: linear-gradient(0.25turn, transparent, transparent, transparent, rgba(0, 0, 0, 0.2)), #32aab8;
}

.landing-page > section.info-box.two .info h1 > b, .landing-page > section.info-box.two .info ul > li > i {
  color: #bd2c57;
}
.landing-page > section.info-box.two .hero {
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0.2), transparent, transparent, transparent), #bd2c57;
}
.landing-page > section.info-box.two .hero.left {
  background: linear-gradient(0.25turn, transparent, transparent, transparent, rgba(0, 0, 0, 0.2)), #bd2c57;
}

.landing-page > section.info-box.three .info h1 > b, .landing-page > section.info-box.three .info ul > li > i {
  color: #6097cf;
}



.landing-page > section.info-box.three .hero {
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0.2), transparent, transparent, transparent), #6097cf;
}
.landing-page > section.info-box.three .hero.left {
  background: linear-gradient(0.25turn, transparent, transparent, transparent, rgba(0, 0, 0, 0.2)), #6097cf;
}

.landing-page > section.info-box .carousel {
  justify-content: flex-start;
  height: 100%;
}
.landing-page > section.info-box .carousel-inner {
  width: fit-content;
  margin: 0 auto;
}


@media only screen and (max-width: 767px) {
  .landing-page > section.info-box .carousel-inner {
    max-width: 100%;
    max-height: 100%;
  }
}
.landing-page > section.info-box .carousel-indicators {
  bottom: 0;
}
.hero.center .carousel {
    padding: 25px 20px 0px 20px;
}
@media only screen and (max-width: 767px) {
  .hero.center .carousel {
    margin: 0;
    padding: 30px 60px;
  }


}
.hero.center .carousel-control {
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  .hero.center .carousel-control {
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.05;
  }
  .hero.center .carousel-control:hover {
    opacity: 0.5;
  }
}

.landing-page > section.info-box .info {
  padding: 40px;
  text-align: left;
  font-size: 18px;
  line-height: 1.45;
}
.landing-page > section.info-box .info.grey {
    background: #EBEBEB;
    box-shadow: -12px 10px 19px 5px rgba(0,0,0,0.5);
    overflow: hidden;
}
.landing-page > section.info-box .info.col-sm-pull-6 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.landing-page > section.info-box .info > * {
  max-width: calc(1170px / 2 - 80px);
}
.landing-page > section.info-box .info h1 {
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  line-height: 42px;
}
.landing-page > section.info-box .info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.landing-page > section.info-box .info ul li {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.landing-page > section.info-box .info ul li i {
  width: 48px;
  align-self: center;
}
.landing-page > section.info-box .info ul li p {
  margin: 0;
  padding-left: 12px;
  flex: 1 0 88%;
  align-self: center;
}
.landing-page > section.info-box .hero {
  min-height: 400px;
  padding: 50px 0;
  text-align: right;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .landing-page > section.info-box .hero {
    width: 100%;
    max-height: 370px;
    max-width: 100%;
  }
}

.landing-page > section.info-box .hero img.next, .landing-page > section.info-box .hero img.prev, .landing-page > section.info-box .hero img.active {
  width: 100%;
  display: flex;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-page > section.info-box .hero img {
    width: fit-content;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page > section.info-box .hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.landing-page > section.info-box .hero.left {
  padding-left: 90px;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .landing-page > section.info-box .hero.left {
    padding-left: 40px;
  }
}
.landing-page > section.info-box .hero.left img {
  -webkit-box-shadow: -12px 14px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -12px 14px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -12px 14px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: -12px 14px 10px rgba(0, 0, 0, 0.4);
  box-shadow: -12px 14px 10px rgba(0, 0, 0, 0.4);
}
.landing-page > section.info-box .hero.right {
  padding-right: 90px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .landing-page > section.info-box .hero.right {
    padding-right: 40px;
  }
}
.landing-page > section.info-box .hero.right img {
  -webkit-box-shadow: 12px 14px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 12px 14px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 12px 14px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 12px 14px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 12px 14px 10px rgba(0, 0, 0, 0.4);
}
.landing-page > section.info-box .hero.center {
  padding: 50px 90px;
}
@media only screen and (max-width: 767px) {
  .landing-page > section.info-box .hero.center {
    padding: 30px 40px;
  }
}

.landing-page > section.info-box .hero.carousel {
    padding: 40px 0 0 0!important;
}
.landing-page > section.faq {
  border-bottom: #EBEBEB 8px solid;
}
    .landing-page > section.faq .container {
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: url(../../../images/faq.jpg) no-repeat;
        background-position: 100% 0;
    }
.landing-page > section.faq .container h1 {
  margin-top: 0;
}
.landing-page > section.faq .container .button-center button.btn:hover, .landing-page > section.faq .container .button-right button.btn:hover {
  background: #ba2b57 !important;
}
.landing-page > section.links {
  padding: 70px 0;
}
.landing-page > section.links > h1 {
  margin-bottom: 36px;
  margin-top: 0;
}
.landing-page > section.links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.landing-page > section.links ul li {
  padding: 10px 0;
}
.landing-page > section.links ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .landing-page > section.links ul li {
    border-bottom: 1px solid #ddd;
  }
}
.landing-page > section.links ul li:hover > a {
  color: #595959;
}
.landing-page > section.links ul li:hover > a .accent, .landing-page > section.links ul li:hover > a > span:last-child::after {
  color: #d95980;
}
.landing-page > section.links ul li > a {
  text-decoration: none;
  color: #333;
  display: block;
}
.landing-page > section.links ul li > a span.accent {
  color: #ba2b57;
}
.landing-page > section.links ul li > a span.block {
  display: block;
}
.landing-page > section.links ul li > a > span:last-child::after {
  content: "";
  color: #ba2b57;
  float: right;
}

.wrapper.index .miniSitemap {
  background: #EBEBEB;
}
.wrapper.index .miniSitemap .sitemap {
  margin-top: 6px;
}

/* END Additions by Kon */

/*santosh starts*/
section.info-box.three .info ul > li > i, .landing-page > section.info-box.two .info ul > li > i, .landing-page > section.info-box.one .info ul > li > i{ font-weight:300;}
.navbar-user .fa-lock-alt {
    position: absolute;
    height: 42px;
    width: 40px;
    text-align: center;
    background: #fff;
    top: 50%;
    left: 1px;
    border-radius: 5px 0 0 5px;
    line-height: 45px;
    color: #ba2b57;
    font-size: 1.2em;
    margin-top: -21px;
}
.navbar-user .btn.btn-accent.btn-lg {
    position: relative;
    padding-left: 47px;
    border: thin solid #ba2b57;
}
.landing-page > section.links ul li > a span.block {
    font-weight: 600;
}
.carousel-indicators li {
    width: 30px !important;
	height:12px!important;
	margin:0!important;
}
/*santosh Ends*/
