.navigation-clean-button {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
  color: #222;
}

.navigation-clean-button .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
  background: none;
}

.navigation-clean-button .navbar-toggler {
  color: #888;
}

.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
  border-top-color: #ddd;
}

/* Mobile Nav */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 30;
    left: 0;
    margin-top: -1px;
}
.down-li::after {
	content: "\f107";
	font-family: FontAwesome;
	position: relative;
	left: 8px;
	top: 2px;
}
.dropdown-menu a {
	color: #333;
	text-decoration: none;
}
.dropdown-menu li {
	line-height: 20px;
	padding-bottom: 8px;
}
.dropdown-menu {
	padding: 10px;
}
.left-menu {
	left: -10px !important;
	position: relative;
	top: 10px !important;
}
@media screen and (min-width:480px) and (max-width:767px)
{
.dropdown-menu.show {
	left: -27px !important;
	top: 10px !important;
	}
}
@media screen and (min-width:320px) and (max-width:479px)
{
.dropdown-menu.show {
	left: -47px !important;
	top: 10px !important;
	}
}

.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean-button .actions .login {
  margin-right: 1rem;
  text-decoration: none;
  color: #465765;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
  background: #56c6c6;
  border-radius: 20px;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
  background: #66d7d7;
}

.hero-txt p {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.nav.nav-tabs.mr-auto.top-nav {
  border: none;
  float: right;
}

.top-nav .nav-link.active {
  border: none;
  /* background: url("../../assets/img/nav-active.jpg") no-repeat; */
  background-position: 10px bottom;
  color: #6a8100 !important;
  padding: 15px 10px;
}

.top-nav ul li .active {
  border: none;
  /* background: url("../../assets/img/nav-active.jpg") no-repeat; */
  background-position: 10px bottom;
  color: #6a8100 !important;
  padding: 5px 0px;
}

.top-nav .nav-link {
color: #2e2e2e !important;
font-size: 16px !important;
padding: 14px 9px;
font-family: 'Lato', sans-serif;
margin: 0 10px;
font-weight: 600 !important;
}

.demo-btn {
  background: #6a8100;
  margin-right: 6px;
  border-radius: 6px !important;
  border: none;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-shadow: none !important;
  padding: 10px 25px !important;
  color: #fff;
  border: 1px solid #6a8100;
  font-size: 14px;
  border-radius: 50px !important;
  margin-top: 4px;
}

.login-btn {
  background: #fa9a00;
  margin-right: 6px;
  border-radius: 6px !important;
  border: none;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: none !important;
  padding: 8px 15px !important;
}

.learn-link {
  color: #6a8100;
  text-decoration: underline;
}

.top-actions a {
  color: #6a8100;
  text-decoration: underline;
}

.top-nav .nav-link:hover {
  border: none;
  padding: 15px 10px;
  font-size: 16px;
  color: #6a8100;
}

.demo-btn:hover {
  background: #fa9a00;
  border-color: #fa9a00;
}

.login-btn:hover {
  background: #6a8100;
}

.hero-area h1 {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif !important;
  font-weight:700;
  color:#2B334A;
  font-size: 62px;;
}

.hero-area p {
  font-size: 25px;
  color: #2b334a;
  font-family: 'Lato', sans-serif !important;
  margin: 25px 0 32px;
}

p {
  font-family: 'Lato', sans-serif !important;
  color: #555555;
  font-size: 16px;
}

.orng-demo {
  background: #fa9a00;
  font-size: 21px;
  border: none;
  border-radius: 30px;
  padding: 15px 40px 15px;
  font-weight: 600 !important;
  font-family: 'Lato', sans-serif;
}

.round-green {
  background: #6a8100;
  border: none;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  padding: 12px 36px;
  border-radius: 30px;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Lato', sans-serif !important;
}

.st-blocks a {
  color: #6a8100;
  font-size: 16px;
}

.st-blocks .col-md-6 {
  margin-bottom: 40px;
}

.divider {
}

.divider:after {
  border-right: 1px solid;
  height: 10px;
  width: 41px;
  position: relative;
}

.round-green:hover {
  background: #fa9a00;
}

.carousel-indicators.m-dots .active {
  border: 2px solid #bebebe;
  background: #fff;
  top: -1px;
  height: 12px !important;
  width: 12px !important;
}

.carousel-indicators.m-dots li {
  height: 10px !important;
  width: 10px;
  border-radius: 50%;
  background: #bebebe;
}

.dropdown-toggle::after {
  display: none;
}

.mobile-nav .btn {
  background: #fff;
  color: #222222;
  border: none;
  font-size: 26px;
}

.cal-1-right p {
  color: #fff;
  margin-bottom: 0;
}

.cal-2-left input {
  border: 1px solid #fff !important;
box-shadow: none;
background: #fff;
width: 100%;
padding: 6px 6px 6px 11px;
}

.patient .cal-2-left input {
  box-shadow: none;
  border: none;
  background: none;
  color: #fff !important;
  width: 100%;
}

.up-down-arrows {
  position: relative;
  margin-left: -46px;
  margin-top: -9px;
}

.calc-section {
  background: #fff;
}

.cal-2 h5 {
  font-size: 16px !important;
  color: #fff;
}

.cal-cont-2 .btn-group.up-down-arrows {
  position: relative;
  top: -30px;
  left: 98%;
}

.apply-btn {
  position: absolute;
  left: -25px;
  top: 40%;
}

.cal-3 input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.pre-foot {
  background: #f3f3f3;
  padding: 30px 0;
}

.cal-4 {
  background: #fff;
  padding: 30px 0px 0px;
}

.cal-5 h5 {
  color: #fff;
  font-size: 16px;
}

.orng-sircle {
  background: #fa9a00;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}

.cal-5-right {
  box-shadow: 0px 5px 19px rgba(0,0,0,0.2);
  border-radius: 0 20px 0px 0;
  max-height: 460px;
  margin-left: -14px !important;
  padding: 25px 25px 60px 25px;
  background: #fff;
}

.cal-5-right p {
  margin-bottom: 3px;
font-size: 15px;
}

.product-table {
  text-align: center;
}

.row.b2b-table {
  background: #ffffff;
  box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
}

.orng-btn {
  background: #fa9a00;
  margin: 15px auto !important;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
}

h2.bold-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
}

.green-txt {
  color: #6a8100;
}

.product-table td, .product-table th {
  vertical-align: middle;
}

.jumbotron.feature-table-sec {
  background: #f3f3f3;
}

.transparent-btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.container.cal-cont-3 {
  margin-bottom: 0;
}

.cal-4-row {
  margin-bottom: 30px;
}

.row.cal-4-row p {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.row.cal-4-row input {
 border: 1px solid #ccc !important;
width: 90%;
padding: 8px 10px;
}

.cal-4-row2 {
  background: #6a8100;

}

.cal-4-row2 p {
  text-align: center;
  padding: 13px;
  font-size: 15px;
}
.cal-4-row2 p, .cal-4-row2 h4 {
    color: #fff;
}

.patient .cal-4-row2 p {
  text-align: left;
padding: 0;
font-size: 15px;
color: #fff;
}

.fa.fa-check-circle {
  color: #41ad49;
  font-size: 26px;
}

.f-table-cell {
  width: 263px !important;
  border-right: 1px solid #ededed;
}

.expanded-row.hide-row {
  display: none;
}

.orng-btn.collapse-btn {
  display: none;
  margin: 0 auto;
}

.btn.btn-primary.center-block.orng-btn.collapse-btn.hme {
  display: block !important;
}

.orng-btn:hover {
  background: #6a8100;
}

.transparent-btn:hover, .green-btn:hover {
  background: #fa9a00;
}

.container.cal-cont-2 {
  margin-bottom: 30px;
}

.calculator-1 {
  background: #fff /* url(../../assets/img/triangle-bg.png) */;
  background-repeat: no-repeat;
  background-position: 80% 230px;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-top: 30px;
}

.calculator-2 {
  background: #fff;
  margin-bottom: 50px !important;
}

.jumbotron.calculator-3 {
  background: #fff /* url(../../assets/img/triangle-bg.png) */;
  background-repeat: no-repeat;
  background-position: 80% 230px;
  margin-bottom: 40px !important;
  margin-top: 0;
}

.calculator-4 {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}

.calculator-5 {
  background: #fff /* url(../../assets/img/triangle-bg.png)*/;
  background-repeat: no-repeat;
  background-position: 80% 180px;
  padding-bottom: 70px;
  padding-top: 20px;
}

.app-slider .w-100 {
  width: auto !important;
  margin: 0 auto;
}

.app-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  border-radius: 50%;
}

.app-slider .carousel-indicators li.active {
  background: #fa9c06;
}

.num-row h5 {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 300px) and (max-width: 767px) {
  .b2b .sec-title {
    font-size: 22px !important;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .cal-2-txt {
    padding: 30px !important;
    text-align: center;
  }
}

.product-table thead th {
  font-size: 25px;
  line-height: 26px;
  vertical-align: middle;
}

.product-table thead th {
  font-size: 25px;
  line-height: 26px;
  vertical-align: middle;
}

.soil-bg {
  background: #f0f2e5;
}

.cal-2-right p {
  font-size: 14px;
}

.mobile-text h3 {
  color: #fa9a00;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 600;
}

.patient .up-down-arrows {
  position: relative;
  margin-top: -70px;
  margin-left: 166px;
}

.patient .cal-2-right h6 {
  color: #6a8100;
  font-size: 20px;
  font-weight: 600;
}

.patient .cal-2-right h3 span {
  font-size: 20px;
}

.patient .cal-2-right {
  padding-top: 25px;
}

.patient .cal-4-txt {
  padding: 30px 0 0 40px;
}

.patient .cal-5-right {
    margin-top: 0px;
    height: auto !important;
    padding: 50px 10px 160px 30px;
	border-radius: 0 20px 0px 0;
}

.patient .cal-5 {
  padding: 15px 30px;
  border-radius: 20px 0 0 0;
}

.patient .sec-title {
  font-size: 40px;
}

.price-btn-orng {
  background: #fa9a00;
  font-size: 30px;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  padding: 4px 22px;
}

.price-btn-green {
  background: #6a8100;
  font-size: 30px;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  padding: 4px 22px;
}

.d-arrow {
  float: none !important;
  clear: both;
}

.ud-arrows {
  position: absolute;
  top: -5px;
  right: 0px;
}

.percent-circle-orng {
  background: #fa9a00;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 16px 0;
  margin: 0 auto;
}

.percent-circle-green {
  background: #6a8100;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 16px 0;
  margin: 0 auto;
}

.percent-circle-orng p, .percent-circle-green p {
  font-size: 30px !important;
}

.pf-para {
  background: #fff;
  padding: 60px;
  text-align: left;
}

.use-cases {
  background: #fff;
}

.learn-link:hover {
  color: #fa9a00 !important;
}

.b2b-second a {
  color: #6a8100;
  font-size: 16px;
  text-decoration: underline;
}


.clear {
  clear: both;
}

