nav {
  display: block;
}

.dropup .caret,
.prodnavbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.prodnavbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .prodnavbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .prodnavbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.prodnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.prodnav>li {
  position: relative;
  display: block;
}

.prodnav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.prodnav>li>a:hover,
.prodnav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.prodnav>li.disabled>a {
  color: #777;
}

.prodnav>li.disabled>a:hover,
.prodnav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.prodnav .open>a,
.prodnav .open>a:hover,
.prodnav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.prodnav .prodnav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.prodnav>li>a>img {
  max-width: none;
}

.prodnav-tabs {
  border-bottom: 1px solid #ddd;
}

.prodnav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.prodnav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.prodnav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.prodnav-tabs>li.active>a,
.prodnav-tabs>li.active>a:hover,
.prodnav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.prodnav-tabs.prodnav-justified {
  width: 100%;
  border-bottom: 0;
}

.prodnav-tabs.prodnav-justified>li {
  float: none;
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-tabs.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .prodnav-tabs.prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs.prodnav-justified>.active>a,
.prodnav-tabs.prodnav-justified>.active>a:hover,
.prodnav-tabs.prodnav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .prodnav-tabs.prodnav-justified>.active>a,
  .prodnav-tabs.prodnav-justified>.active>a:hover,
  .prodnav-tabs.prodnav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.prodnav-pills>li {
  float: left;
}

.prodnav-pills>li>a {
  border-radius: 4px;
}

.prodnav-pills>li+li {
  margin-left: 2px;
}

.prodnav-pills>li.active>a,
.prodnav-pills>li.active>a:hover,
.prodnav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.prodnav-stacked>li {
  float: none;
}

.prodnav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.prodnav-justified {
  width: 100%;
}

.prodnav-justified>li {
  float: none;
}

.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs-justified {
  border-bottom: 0;
}

.prodnav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs-justified>.active>a,
.prodnav-tabs-justified>.active>a:hover,
.prodnav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .prodnav-tabs-justified>.active>a,
  .prodnav-tabs-justified>.active>a:hover,
  .prodnav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.prodnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border-bottom: 3px solid transparent;
}

@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}

@media (min-width: 992px) {
  .prodnavbar-collapse {
    margin-top: 20px;
  }
}

.prodnavbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.prodnavbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .prodnavbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
  }

  .prodnavbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  .prodnavbar-collapse.in {
    overflow-y: visible;
  }

  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-static-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.prodnavbar-fixed-top .prodnavbar-collapse,
.prodnavbar-fixed-bottom .prodnavbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    max-height: 200px;
  }
}

.container>.prodnavbar-header,
.container-fluid>.prodnavbar-header,
.container>.prodnavbar-collapse,
.container-fluid>.prodnavbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

  .container>.prodnavbar-header,
  .container-fluid>.prodnavbar-header,
  .container>.prodnavbar-collapse,
  .container-fluid>.prodnavbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.prodnavbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .prodnavbar-static-top {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top,
.prodnavbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {

  .prodnavbar-fixed-top,
  .prodnavbar-fixed-bottom {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.prodnavbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.prodnavbar-brand {
  float: left;
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 230px;
  height: 46px;
  display: block;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-indent: -9999px;
  position: relative;
}

.prodnavbar-brand:hover,
.prodnavbar-brand:focus {
  text-decoration: none;
}

.prodnavbar-brand>img {
  display: block;
}

@media (min-width: 992px) {

  .prodnavbar>.container .prodnavbar-brand,
  .prodnavbar>.container-fluid .prodnavbar-brand {
    margin-left: -15px;
  }
}

.prodnavbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prodnavbar-toggle:focus {
  outline: 0;
}

.prodnavbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.prodnavbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .prodnavbar-toggle {
    display: none;
  }
}

.prodnavbar-nav {
  margin: 7.5px -15px;
}

.prodnavbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .prodnavbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .prodnavbar-nav .open .dropdown-menu>li>a,
  .prodnavbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .prodnavbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
    color: white;
  }
}

@media (min-width: 992px) {
  .prodnavbar-nav {
    float: left;
    margin: 0;
  }

  .prodnavbar-nav>li {
    float: left;
    margin: 0;
  }

  .prodnavbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.prodnavbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 992px) {
  .prodnavbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .prodnavbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .prodnavbar-form .form-control-static {
    display: inline-block;
  }

  .prodnavbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .prodnavbar-form .input-group .input-group-addon,
  .prodnavbar-form .input-group .input-group-btn,
  .prodnavbar-form .input-group .form-control {
    width: auto;
  }

  .prodnavbar-form .input-group>.form-control {
    width: 100%;
  }

  .prodnavbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .prodnavbar-form .radio,
  .prodnavbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .prodnavbar-form .radio label,
  .prodnavbar-form .checkbox label {
    padding-left: 0;
  }

  .prodnavbar-form .radio input[type="radio"],
  .prodnavbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .prodnavbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .prodnavbar-form .form-group {
    margin-bottom: 5px;
  }

  .prodnavbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.prodnavbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar-fixed-bottom .prodnavbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prodnavbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.prodnavbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prodnavbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.prodnavbar-text {
  margin-top: 50px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .prodnavbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .prodnavbar-left {
    float: left !important;
  }

  .prodnavbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .prodnavbar-right~.prodnavbar-right {
    margin-right: 0;
  }
}

.prodnavbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-brand {
  color: #777;
}

.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-text {
  color: #ffffff;
}

.prodnavbar-default .prodnavbar-nav>li>a {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a:hover,
.prodnavbar-default .prodnavbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-nav>.active>a,
.prodnavbar-default .prodnavbar-nav>.active>a:hover,
.prodnavbar-default .prodnavbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.disabled>a,
.prodnavbar-default .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-default .prodnavbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-toggle {
  border-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle:hover,
.prodnavbar-default .prodnavbar-toggle:focus {
  background-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle .icon-bar {
  background-color: #888;
}

.prodnavbar-default .prodnavbar-collapse,
.prodnavbar-default .prodnavbar-form {
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.open>a,
.prodnavbar-default .prodnavbar-nav>.open>a:hover,
.prodnavbar-default .prodnavbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #e7e7e7;
    background-color: transparent;
  }

  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}

.prodnavbar-default .prodnavbar-link {
  color: #ffffff;
}

.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}

.prodnavbar-default .btn-link {
  color: #777;
}

.prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link:focus {
  color: #333;
}

.prodnavbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-default .btn-link:focus {
  color: #ccc;
}

.prodnavbar-inverse {
  background-color: #36404A;
  border-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-brand {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-brand:hover,
.prodnavbar-inverse .prodnavbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-text {
  color: #ffffff;
}

.prodnavbar-inverse .prodnavbar-nav>li>a {
  color: #ffffff;
}

.prodnavbar-inverse .prodnavbar-nav>li>a:hover,
.prodnavbar-inverse .prodnavbar-nav>li>a:focus {
  color: #ffffff;
  background-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-nav>.active>a,
.prodnavbar-inverse .prodnavbar-nav>.active>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.active>a:focus {
  color: #fff;
  background-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-nav>.disabled>a,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-toggle {
  border-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-toggle:focus>.icon-bar,
.prodnavbar-inverse .prodnavbar-toggle:hover>.icon-bar {
  background-color: #36404A;
}

.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #2CC7C1;
}

.prodnavbar-inverse .prodnavbar-nav>.open>a,
.prodnavbar-inverse .prodnavbar-nav>.open>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.open>a:focus {
  color: #555;
  background-color: #2CC7C1;
}

@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #2CC7C1;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #2CC7C1;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #2CC7C1;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.prodnavbar-inverse .prodnavbar-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-link:hover {
  color: #fff;
}

.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #fff;
}

.prodnavbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-inverse .btn-link:focus {
  color: #444;
}

.prodnav:before,
.prodnav:after,
.prodnavbar:before,
.prodnavbar:after,
.prodnavbar-header:before,
.prodnavbar-header:after,
.prodnavbar-collapse:before,
.prodnavbar-collapse:after {
  display: table;
  content: " ";
}

.prodnav:after,
.prodnavbar:after,
.prodnavbar-header:after,
.prodnavbar-collapse:after {
  clear: both;
}

/* Jumbotron Property */

.jumbotron {
  margin-top: 0px;
  padding-top: 0px;
  background: #009ad8 url(../images/aboutback.png) right top no-repeat;
}

@media (max-width: 855px) {
  .jumbotron {
    margin-top: 0px;
    padding-top: 0px;
    background: #009ad8 url(../images/stars.png) right top no-repeat;
  }
}


.jumbotron h2.featurette-heading {
  color: #ffffff;
  text-align: Center;
  margin: .6em 0;
}

.jumbotron .featurette {
  color: #104b79;
}

/* Jumbotron2 Property */

.jumbotron2 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #32beed;
  background: url(../images/bg-header2.png);
  background-attachment: scroll;
}

.jumbotron2 h1.featurette-heading {
  color: #ffffff;
  font-size: 48pt;
  font-weight: bold;
  text-align: Center;
}

.jumbotron2 .featurette {
  color: #104b79;
}

/* Footer Property */

footer.product {
  background-color: #43484c;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
  border-top: 7px solid #2CC7C1;
}

footer.product h3 {
  color: #ffffff;
  font-size: 18px;
}

footer.product p.footerlist {
  color: #ffffff;
  line-height: 180%;
}

footer.product p.footerlist a {
  color: #B0B0B0;
  text-decoration: none;
}

footer.product p.footerlist a:hover {
  color: #ffffff;
  text-decoration: none;
}

.leftmenu h4 {
  font: 700 18px/26px;
  margin: 0 0 10px;
  color: #4c5259;
}

.small-grpdcs {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px
}

.leftmenu {
  padding: 0 10px 0 0;
  border-right: 1px dashed #d6d6d6;
  min-height: 300px
}

@media (max-width: 767px) {
  .leftmenu {
    display: none;
  }
}

.products-list {
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none
}

.products-list li {
  padding: 0 0 13px;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 10px;
  color: #979797
}

.products-list li:last-child {
  border-bottom: 0
}

.products-list a {
  color: #0087cb
}

.products-list a:hover {
  text-decoration: none;
  color: #53bbf0
}

.products-list .small-grpdcs {
  display: block;
  font-size: 13px;
  margin-bottom: 0
}

@media (min-width: 768px) {
  .content-products {
    padding: 0 0 0 30px;
  }
}

/* Jumbotron h1  */

.jumbotron h1 {
  margin: -15px 30px;
  font-size: 32pt;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .jumbotron h1 {
    margin: -20px 20px;
    font-size: 32pt;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron h1 {
    margin: -10px 10px -15px;
    font-size: 24pt;
  }
}

/* h2  */

h2 {
  font-size: 18pt;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 18pt;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 14pt;
  }
}

h2.leftborder {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0.25em 0em 0.25em 0.75em;
  border-left: 6px solid #008272;
  font-size: 20pt;
  border-bottom: 1px solid #eee;
}

/* --- ??????? --- */
div.update {
  width: 100%;  /* ????????? */
}

/* --- ????? --- */
div.update dl {
  width: 100%;  /* ??????? */
  margin: 0;
  border-top: 1px #c0c0c0 dotted;  /* ?????????? */
}

/* --- ????? --- */
div.update dt {
  width: 6.7em;  /* ??????? */
  float: left;
  padding: 7px 0 6px 3px;  /* ????????????????? */
  line-height: 120%;
  font-size: 14px;
  font-weight: normal;
}

/* --- ????? --- */
div.update dd {
  margin: 0;
  padding: 7px 3px 6px 7.6em;  /* ????????????????? */
  border-bottom: 1px #c0c0c0 dotted;  /* ????????? */
  line-height: 120%;
  font-size: 14px;
}


#table_compare>thead>tr>th {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px #ddd solid;
  text-align: center;
  vertical-align: middle;
}

#table_compare>tbody>tr:nth-child(odd) {
  background-color: #ffffff;
  text-align: center;
}

#table_compare>tbody>tr:nth-child(even) {
  background-color: #f9f9f9;
  text-align: center;
}

#table_compare>tbody>tr>td {
  vertical-align: middle;
}

#table_compare>tbody>tr>td:first-child {
  text-align: left;
  padding: 5px;
}


#table_list>thead>tr>th {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px #ddd solid;
  text-align: center;
  vertical-align: middle;
}

#table_list>tbody>tr:nth-child(odd) {
  background-color: #ffffff;
  text-align: center;
}

#table_list>tbody>tr:nth-child(even) {
  background-color: #ffffff;
  text-align: center;
}

#table_list>tbody>tr>td {
  vertical-align: middle;
}

#table_list>tbody>tr>td:first-child {
  text-align: left;
  padding: 5px;
}


#table_api>thead>tr>th {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px #ddd solid;
  vertical-align: middle;
}

#table_list>tbody>tr:nth-child(odd) {
  background-color: #ffffff;
}

#table_list>tbody>tr:nth-child(even) {
  background-color: #ffffff;
}

#table_list>tbody>tr>td {
  text-align: left;
  vertical-align: top;
}

#table_list>tbody>tr>td:first-child {
  padding: 5px;
}

p.lead {
  color: #fff;
  text-align: Center;
}


h2.leftborder {
  margin-top: 35px;
  margin-bottom: 25px;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #009AD8;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.coming_soon {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  background-color: #7c7c7c;
  padding: 4px 8px;
  margin: 10px;
  display: inline;
  vertical-align: middle;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-coqsoft {
  background-color: #009AD8;
  border-color: #009AD8;
  padding: 2px;
}



@media (max-width: 991px) {
  table.index {
    display: inline;
    border: none;
  }

  table.index tr {
    display: inline;
  }

  table.index td {
    display: block;
    width: auto;
  }

  table.index a {
    display: block;
    margin-bottom: 10px;
  }
}


@media (max-width: 705px) {
  table.system {
    display: inline;
    border: none;
  }

  table.system tr {
    display: inline;
  }

  table.system td {
    display: block;
    width: auto;
  }

  table.system a {
    display: block;
    margin-bottom: 10px;
  }
}

.lowerpara span {
  margin-right: 25px;
}

.spreadsheet {
  color: #fff;
  background-color: #009AD8;
  border: 2px solid #009AD8;
  line-height: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 2px;
  margin-top: 5px;
  width: 270px;
  font-size: 36px;
}

.ganttchart {
  color: #fff;
  background-color: #2CC7C1;
  border: 2px solid #2CC7C1;
  line-height: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 2px;
  margin-top: 5px;
  width: 270px;
  font-size: 36px;
}

.pic {
  position: relative;
}

.button2 {
  width: 240px;
  height: 40px;
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 5px;
  padding: 10px;
  color: #fff;
  background-color: #009AD8;
  font-weight: 600;
  border: 3px solid #009AD8;
  line-height: 25px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 1px;
  margin-top: 5px;
}

.button2:hover {
  color: #009AD8;
  background-color: #fff;
  border: 3px solid #009AD8;
  padding: 10px;
  border-radius: 1px;
  margin-top: 5px;
}

.button2:visited {
  color: #fff;
  background-color: #009AD8;
  border: 3px solid #009AD8;
}

.featurepic {
  position: relative;
  margin-top: 40px;
}

/* ??O??????b??h???????????????????? */
.row-eq-height {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
}

.btn-dblue-trans {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  background: #009AD8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: .3s;
}

.btn-dblue-trans:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.btn-lightbluesm-trans {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  background: #2CC7C1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: .3s;
}

.btn-lightbluesm-trans:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
/* ==========================================================================
   Bootstrap 5 Migration Overrides
   ========================================================================== */

/* Navbar Main Container - Restore .prodnavbar-inverse colors */
.navbar.prodnavbar {
    background-color: #36404A !important;
    border-bottom: 5px solid #5D9CEC !important;
    min-height: 50px; /* Match standard header height */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; /* Remove margin bottom to eliminate space before hero section */
}

/* Navbar Brand - Restore Logo */
.navbar.prodnavbar .navbar-brand {
    float: left;
    background: url(../images/logo.png) 0 0 no-repeat;
    background-size: contain;
    width: 200px;
    height: 40px;
    display: block;
    margin: 5px 0; /* Updated to align vertically within 50px+ border/padding */
    font-size: 20px;
    font-weight: 200;
    color: transparent !important; /* Hide text */
    text-indent: -9999px;
    position: relative;
    padding: 0;
}

/* Navbar Items - Restore Layout */
@media (min-width: 992px) {
    .navbar.prodnavbar .navbar-nav {
         float: right; /* Use float for legacy behavior match if needed, though flex ms-auto is active */
    }
}

/* Navbar Links - Restore Colors & Typography */
.navbar.prodnavbar .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    padding-top: 15px; /* Adjust vertical centering: (56px total height - 20px line-height) / 2 approx 18px but allowing for borders */
    padding-bottom: 15px;
    line-height: 20px;
}

.navbar.prodnavbar .navbar-nav .nav-link:hover,
.navbar.prodnavbar .navbar-nav .nav-link:focus,
.navbar.prodnavbar .navbar-nav .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #2CC7C1 !important;
}

/* Dropdown styling */
.navbar.prodnavbar .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
}

/* Toggler Styling */
.navbar.prodnavbar .navbar-toggler {
    border-color: #2CC7C1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar.prodnavbar .navbar-toggler:hover {
    background-color: #2CC7C1;
}

/* Base font adjustments to match LaunchDarkly if needed - though mostly handled by body/global defaults */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* Standard Bootstrap font stack, ensuring consistency */
}


/* Footer Styling Overrides */
footer.product {
    background-color: #36404A !important;
    border-top: 5px solid #5D9CEC !important;
    padding: 30px 20px;
    color: #ffffff !important;
}

footer.product h3 {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

footer.product .footerlist a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.0;
}

footer.product .footerlist a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

footer.product .footerlist {
    margin-bottom: 20px;
}


/* ==========================================================================
   Modernization Styles (New Index Layout)
   ========================================================================== */

/* Hero Section */
.hero-section {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background: linear-gradient(135deg, #1A237E 0%, #009688 100%);
    overflow: hidden;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}
.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 40px;
    opacity: 0.9;
}
.hero-btn {
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.hero-btn-primary {
    background-color: #fff;
    color: #1A237E;
    border: 2px solid #fff;
}
.hero-btn-primary:hover {
    background-color: transparent;
    color: #fff;
}
.hero-btn-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 20px;
}
.hero-btn-outline:hover {
    background-color: #fff;
    color: #1A237E;
}

/* Feature Cards */
.modern-section {
    padding: 80px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.section-title p {
    font-size: 1.2rem;
    color: #666;
}
.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.feature-icon {
    font-size: 3rem;
    color: #2CC7C1;
    margin-bottom: 25px;
}
.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.feature-card p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.feature-btn {
    color: #2CC7C1;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.feature-btn:hover {
    color: #1A237E;
    text-decoration: none;
}
.feature-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.feature-btn:hover i {
    transform: translateX(5px);
}

/* Benefits Section */
.benefits-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}
.benefit-item {
    display: flex;
    margin-bottom: 40px;
}
.benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #e0f2f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009688;
    font-size: 1.5rem;
    margin-right: 20px;
}
.benefit-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.benefit-content p {
    color: #666;
    line-height: 1.6;
}

/* Update News Section */
.news-section {
    padding: 80px 0;
}
.news-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    overflow: hidden;
}
.news-header {
    background-color: #36404A;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
}
.news-body {
    padding: 20px;
    height: 300px;
    overflow-y: auto;
}
.news-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-date {
    color: #009688;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.news-title {
    color: #333;
    font-size: 1rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #36404A 0%, #1A237E 100%);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.cta-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .hero-btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .hero-btn-outline {
        margin-left: 0;
    }
    .feature-card {
        margin-bottom: 30px;
    }
    .section-title h2 {
        font-size: 2rem;
    }
}


/* Feature Card Image Adjustment */
.feature-card img {
    height: 180px; /* Restrict height to align with Gantt Chart image */
    width: 100%;
    object-fit: contain;
}


/* Feature Detail Cards - Used in subpages (gantt, grid, sheet) */
.feature-detail-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}
.feature-detail-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 100%;
}
.feature-detail-card h4 {
    color: #333;
    border-bottom: 2px solid #5D9CEC;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}
.feature-detail-card ul {
    padding-left: 20px;
}
.feature-detail-card li {
    margin-bottom: 10px;
    color: #555;
}
.support-section {
    padding: 60px 0;
}
.support-icons img {
    max-height: 50px;
    margin-bottom: 10px;
    transition: transform 0.2s;
}
.support-icons img:hover {
    transform: scale(1.1);
}
/* Adjust blockquote legacy styling */
blockquote {
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem !important;
}

