@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic&subset=latin,latin-ext);

body {
  font-family: "Lato";
}

p {
  margin: 12px 0;
  font-size: 16px;
  line-height: 1.6em;
}
strong {
  font-weight: bold !important;
}
#main-container {
  margin: 40px auto;
  width: 1200px;
  max-width: 95%;
}
.page-header.main-page:after {
  display: none;
}

.services p {
  margin: 0 0 12px 0;
}
.doctors .item p {
  text-align: left;
}
.more1 {
  display: none;
}

#doctors-carousel p,
#wellness-doctors-carousel p,
#wellness-doctors-carousel2 p {
  border: none;
}

#wellness-doctors-carousel .item .h2,
#wellness-doctors-carousel2 .item .h2 {
  font-size: 1.2rem;
  color: #000;
}
#wellness-doctors-carousel .item p,
#wellness-doctors-carousel2 .item p {
  margin-top: 0;
  color: #888;
}

#contactform iframe {
  width: auto !important;
  height: auto !important;
}

p.name {
  font-size: 18px;
}

#sub {
  margin-bottom: 22px;
  padding-top: 6px;
}

.leave {
  float: right;
  width: 100%;
  max-width: 200px;
}

.news-carousel-3 .item {
  color: #719506;
  text-decoration: none;
  white-space: normal;
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  margin: 6px;
}
/*.news-carousel-3 .item:hover {
    background:#007FEB;
    color:#fff !important;
}*/

.news-carousel-3 .item h2 {
  font-size: 22px;
  color: #719506 !important;
  line-height: 22px;
}
.news-carousel-3 .h3 {
  font-size: 14px;
  color: #719506 !important;
  line-height: 20px;
  position: relative;
  padding-top: 10px;
}

.services .pic,
.services .pic:before {
  background: none !important;
  color: #fff;
}

.api-buttons > a {
  margin: 0 5px 0 0 !important;
  text-decoration: none !important;
}

.price,
.price2 {
  font-size: 1.2em !important;
  line-height: 1.3em !important;
}
.price3 {
  font-size: 1.1em !important;
  line-height: 1.2em !important;
}
.prc {
  font-size: 1.6em;
  font-weight: bold;
}
.prcstock {
  font-size: 12px;
  font-weight: bold;
  color: #093;
}

.pricehighlight {
  background-color: #000;
  color: #fff;
}

.footerlist li a {
  line-height: 1em !important;
}

.choiceselection {
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 6px 3px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px -1px 6px 3px rgba(204, 204, 204, 1);
  box-shadow: 0px -1px 6px 3px rgba(204, 204, 204, 1);
}

.designme,
.designme2,
.designme3,
.designme4,
.designme5,
.designme6 {
  clear: both;
  padding: 8px 16px;
  border: 3px #90ca00 solid;
  border-radius: 12px;
  text-align: center;
  margin: 12px 0;
  font-size: 22px;
  width: 100%;
  white-space: nowrap;
  color: #fff;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
  background: rgb(180, 221, 180); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(180, 221, 180, 1) 0%,
    rgba(131, 199, 131, 1) 17%,
    rgba(82, 177, 82, 1) 33%,
    rgba(0, 138, 0, 1) 67%,
    rgba(0, 87, 0, 1) 83%,
    rgba(0, 36, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(180, 221, 180, 1) 0%,
    rgba(131, 199, 131, 1) 17%,
    rgba(82, 177, 82, 1) 33%,
    rgba(0, 138, 0, 1) 67%,
    rgba(0, 87, 0, 1) 83%,
    rgba(0, 36, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(180, 221, 180, 1) 0%,
    rgba(131, 199, 131, 1) 17%,
    rgba(82, 177, 82, 1) 33%,
    rgba(0, 138, 0, 1) 67%,
    rgba(0, 87, 0, 1) 83%,
    rgba(0, 36, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}
.designme:hover {
  color: #fff;
  border-color: #fff;
}
.designme2:hover,
.designme3:hover,
.designme4:hover {
  color: #fff;
  border-color: #fff;
  background: #007feb;
}
.designme3,
.designme4 {
  padding: 4px 8px;
  font-size: 18px;
}
.designme4 {
  width: 100%;
}
.designme6 {
  background: #f5a02c;
  border-color: #ccc;
}
.designme5,
.designme6 {
  display: inline-block;
  width: 70%;
  padding: 3px 6px !important;
  font-size: 14px;
  color: #fff !important;
  margin: 3px auto;
  cursor: pointer;
}
.designme5:hover,
.designme6:hover {
  border-color: #ccc;
  background: #000;
}
.shape {
  cursor: pointer;
}

.decc,
.decc2,
.decc3 {
  float: left;
  border: 1px #888 solid;
  border-radius: 12px;
  padding: 12px;
  font-size: 1.2em;
  margin: 12px;
  background-color: #d7e9d8;
  cursor: pointer;
}
.decc {
  background-color: #e3e1cc;
}
.decc3 {
  background-color: #e1e3cc;
}
.decc:hover,
.decc2:hover,
.decc3:hover {
  border-color: #fff;
  color: #000;
}

.accountTab a {
  background: #c9cbc5;
  padding: 5px 20px;
  color: #5a5858;
}
.accountTab {
  display: flex;
  gap: 20px;
  background: bottom;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
}
.accountTab .active {
  background: #9cc930;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /*.page-header {
		height: 50px;
	}*/

  .grid-col {
    margin: 0 0 10px 0;
  }

  .designme2 {
    font-size: 18px;
    padding: 4px 8px;
    white-space: normal;
  }

  .sizeholder {
    margin-top: 40px;
  }

  [class*="vc_span"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .vc_row-fluid [class*="vc_span"] + [class*="vc_span"] {
    margin-top: 10px;
  }

  /* 06-06-2025 */
}