.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #333333;
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.title_holder h2 span:before {
  content: url(../../../templates/jb_gardener/images/title-logo.png);
  position: absolute;
  top: -15px;
  right: -28px;
}
.title_holder2 h3 span:before {
  content: url(../../../templates/jb_gardener/images/title-logo2.png);
  position: absolute;
  top: -8px;
  right: -19px;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #9e9e9e;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #9e9e9e;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #9e9e9e;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #9e9e9e;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #9e9e9e;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #800000;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #9e9e9e;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #800000;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.welcome_sec .welcome_data_container {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 34px;
}
.welcome_sec .welcome_data_container .welcome_title .title_holder h2 {
  margin-top: -11px;
  line-height: 60px;
}
.welcome_sec .welcome_data_container .welcome_title p {
  font-size: 16px;
  line-height: 30px;
}
.welcome_sec .welcome_data_container .welcome_title p:first-child {
  margin-bottom: 30px;
  margin-top: 14px;
}
.welcome_sec .welcome_data_container .welcome_title .text {
  padding-top: 15px;
}
.welcome_sec .welcome_data_container .welcome_title .text a {
  margin-top: 28px;
  text-transform: uppercase;
  font-weight: 900;
}
.welcome_sec .img_holder {
  position: relative;
}
.welcome_sec .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 175, 8, 0.8);
  top: 0;
  left: 0;
  padding: 10px 8px;
  cursor: pointer;
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transform: scale(0, 0);
}
.welcome_sec .img_holder .overlay .overlay_border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.welcome_sec .design_planting:hover .img_holder .overlay,
.welcome_sec .garden_care:hover .img_holder .overlay {
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
  transform: scale(1, 1);
}

.welocme_intro {
  padding-top: 27px;
}
.welocme_intro .img_holder {
  display: table-cell;
  padding-top: 13px;
}
.welocme_intro .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 29px;
}
.welocme_intro .info a {
  margin-top: 7px;
}

.welcome_banner .welcome_banner_bg {
  background: url(../../../templates/jb_gardener/images/8.jpg) no-repeat center;
  background-color: #6aaf08;
  position: relative;
  height: 130px;
  margin-top: 74px;
}
.welcome_banner .welcome_banner_bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
}
.welcome_banner .welcome_banner_bg .overlay_border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.welcome_banner h4 {
  color: #fff;
  text-align: right;
  padding-top: 36px;
}
.welcome_banner a {
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 35px 0 0 29px;
  line-height: 56px;
  width: 180px;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.welcome_banner a:hover,
.welcome_banner a:focus {
  background: #6aaf08;
  border: 2px solid #5f9c08;
}

.choosing_gardener {
  padding-top: 55px;
}
.choosing_gardener .choosing_reason {
  position: relative;
  margin-left: 41px;
  border: 1px dashed #eeeeee;
  padding: 15px 8px 23px 60px;
  margin-bottom: 40px;
}
.choosing_gardener .choosing_reason .icon_holder {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #6aaf08;
  top: 24%;
  left: -8%;
  padding: 5px;
}
.choosing_gardener .choosing_reason .icon_holder i,
.choosing_gardener .choosing_reason .icon_holder em {
  width: 70px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 23px;
}
.choosing_gardener .choosing_reason:hover,
.choosing_gardener .choosing_reason:focus {
  border: 1px dashed #6aaf08;
}

.award_winning {
  position: relative;
  margin: 36px 0 0 0;
}
.award_winning .title_holder2 h3 span:before {
  top: -12px;
}
.award_winning .img_holder {
  margin-right: 34px;
}
.award_winning .text {
  position: absolute;
  top: 20px;
  left: 15px;
  padding-top: 28px;
}
.award_winning .text .title_holder2 h3,
.award_winning .text h5 {
  color: #fff;
}
.award_winning .text .title_holder2 h3 {
  line-height: 53px;
}
.award_winning .text h5 {
  margin-top: 14px;
  line-height: 36px;
  margin-bottom: 15px;
}
.award_winning .slider_container {
  padding-top: 42px;
  padding-right: 110px;
}
.award_winning .text p {
  margin-bottom: 23px;
  color: #fff;
}
.award_winning .slider_container .carousel-indicators {
  width: 100%;
  margin: 0;
  left: 4px;
  bottom: -53px;
  text-align: left;
}
.award_winning .slider_container .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  margin-right: 14px;
}
.award_winning .slider_container .carousel-indicators li.active {
  width: 13px;
  height: 13px;
  background: #6aaf08;
  border: 1px solid #6aaf08;
  margin-right: 14px;
}
.project_started {
  padding-top: 62px;
  margin-top: 36px;
  padding-bottom: 75px;
}
.project_started:before {
  content: '';
  width: 2500px;
  height: 1px;
  border-top: 1px solid #f6f4f4;
  position: absolute;
  top: 1px;
  left: -49px;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
}
.project_started:after {
  content: '';
  width: 2500px;
  height: 1px;
  border-top: 1px solid #f6f4f4;
  position: absolute;
  bottom: 1px;
  left: -49px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
}
.project_started .title_holder2 h3 span:before {
  top: -11px;
  right: 20px;
}
.submit_form .formbuilder {
  padding-top: 44px;
}
.submit_form .formbuilder input,
.submit_form .formbuilder textarea,
.submit_form .formbuilder select {
  width: 100%;
  border: 2px solid #f6f4f4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  box-shadow: none;
  outline: none;
  background: #fff;
  padding-left: 14px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: normal;
  color: #c6c6c6;
  margin-bottom: 20px;
}
.submit_form .formbuilder input {
  height: 50px;
}
.submit_form .formbuilder select {
  width: 100% !important;
  height: 50px;
  border: 2px solid #f6f4f4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  background: #fff;
  outline: none;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: normal;
}
.submit_form .formbuilder select option {
  padding: 10px;
}
.submit_form .formbuilder select option:hover,
.submit_form .formbuilder select option:focus {
  background: #cc0000;
}
.submit_form .formbuilder textarea {
  resize: none;
  height: 120px;
  padding: 13px;
}
.submit_form .formbuilder .space-fix-right {
  padding-right: 5px;
}
.submit_form .formbuilder .space-fix-left {
  padding-left: 5px;
}
.submit_form .formbuilder .send_now {
  background: #cc0000 !important;
  color: #ffffff !important;
  float: right !important;
  margin: 13px 15px 0 0;
  box-shadow: none;
  border: none;
  height: auto !important;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
  font-family: 'Roboto', sans-serif !important;
}
.project_gallery {
  background: url(../../../templates/images/p-bg.jpg) repeat center;
  background-color: #1e1e1e;
  background-attachment: fixed;
  padding-bottom: 50px;
}
.project_gallery .title_holder2 {
  display: inline;
}
.project_gallery .title_holder2 .module-title {
  color: #ffffff;
  display: inline-block;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: right;
}
@media (max-width: 767px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter ul .active > a {
  color: #cc0000 !important;
  background: transparent;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 32px;
  text-transform: capitalize;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  outline: none;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:hover {
  color: #cc0000;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  transform: none;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(106, 175, 8, 0.8);
}
.project_gallery .img_holder {
  position: relative;
}
.project_gallery .img_holder .hover_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 175, 8, 0.8);
  padding: 15px;
  top: 0;
  left: 0;
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transform: scale(0, 0);
}
.project_gallery .img_holder .hover_overlay .content {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: table;
}
.project_gallery .img_holder .hover_overlay .content a {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project_gallery .img_holder:hover .hover_overlay,
.project_gallery .img_holder:focus .hover_overlay {
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
  transform: scale(1, 1);
}
.portfolio-page {
  padding-bottom: 50px;
}
.portfolio-page .title_holder2 {
  display: inline;
}
.portfolio-page .title_holder2 .module-title {
  color: #ffffff;
  display: inline-block;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-filter ul .active > a {
  color: #cc0000 !important;
  background: transparent;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-filter ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-right: 32px;
  text-transform: capitalize;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  outline: none;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:hover {
  color: #cc0000;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  transform: none;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(106, 175, 8, 0.8);
}
.portfolio-page .img_holder {
  position: relative;
}
.portfolio-page .img_holder .hover_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 175, 8, 0.8);
  padding: 15px;
  top: 0;
  left: 0;
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transform: scale(0, 0);
}
.portfolio-page .img_holder .hover_overlay .content {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: table;
}
.portfolio-page .img_holder .hover_overlay .content a {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio-page .img_holder:hover .hover_overlay,
.portfolio-page .img_holder:focus .hover_overlay {
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
  transform: scale(1, 1);
}
.news {
  position: relative;
}
.news .section-more {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .news .section-more {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .news .section-more {
    top: -56px;
  }
}
@media (min-width: 992px) {
  .news .section-more {
    top: -56px;
  }
}
@media (min-width: 1200px) {
  .news .section-more {
    top: -56px;
  }
}
.news .section-more .main_anchor {
  color: #cc0000;
  font-size: 16px;
  margin-top: 0px;
}
.news .section-more .main_anchor:hover {
  color: #333333;
}
.news .single_blog_post {
  margin-top: 44px;
  padding-bottom: 25px;
}
.news .single_blog_post .img_holder {
  position: relative;
}
.news .single_blog_post .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(106, 175, 8, 0.8);
  padding: 17px;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.news .single_blog_post .img_holder .overlay .icon_position_table {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.news .single_blog_post .img_holder .overlay .icon_position_table .icon_container {
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #fff;
  display: table;
  text-align: center;
}
.news .single_blog_post .img_holder .overlay .icon_position_table .icon_container a {
  border: 1px dashed #cfcfcf;
  display: table-cell;
  vertical-align: middle;
  color: #6aaf08;
  font-size: 18px;
}
.news .single_blog_post:hover .overlay,
.news .single_blog_post:focus .overlay {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.news .single_blog_post .blog-meta ul {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 4px;
  margin-bottom: 9px;
  padding: 5px 0 5px 10px;
}
.news .single_blog_post .blog-meta ul li {
  display: inline-block;
  margin: 0px;
  position: relative;
  margin-right: 10px;
  font-style: italic;
  font-family: 'Lora', serif;
}
.news .single_blog_post .blog-meta ul li a {
  color: #9e9e9e;
}
.news .single_blog_post .blog-meta ul li a:hover {
  color: #cc0000;
}
.news .single_blog_post .title_container .blog-title {
  line-height: 32px;
  margin-top: 23px;
}
.parallax {
  position: relative;
  text-align: center;
  *margin-top: 47px;
  *padding: 69px 0 0 0;
}
.parallax:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background: rgba(49, 82, 1, 0.7);
}
.parallax .custom {
  background-attachment: fixed;
  background-position: 80% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax .parallex_text {
  position: relative;
  z-index: 99;
}
.parallax .parallex_text h3,
.parallax .parallex_text p,
.parallax .parallex_text h5 {
  color: #ffffff;
}
.parallax .parallex_text p {
  font-size: 18px;
  margin: 36px 0 37px 11px;
  line-height: 30px;
}
.parallax .parallex_text h3 span {
  color: #efe829;
}
.parallax .parallex_text h5 a {
  color: #efe829;
  text-decoration: underline;
}
.buy_on_themeforest {
  background: url(../../../templates/jb_gardener/images/21.jpg) no-repeat center;
  padding: 60px 0;
  background-color: #7cb92e;
}
.buy_on_themeforest h4 {
  color: #fff;
  float: left;
  word-spacing: -1px;
}
.buy_on_themeforest a {
  float: right;
  background: #fff;
  width: 240px;
  color: #272727;
}
.jb-review .title_holder2 h3 span:before {
  top: -20px;
  right: 52px;
}
.jb-review h6 {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  margin-top: 4px;
  color: #9e9e9e;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .jb-review .testimonial .owl-item {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .jb-review .testimonial .owl-item {
    width: auto;
  }
}
@media (min-width: 992px) {
  .jb-review .testimonial .owl-item {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .jb-review .testimonial .owl-item {
    width: auto;
  }
}
.jb-review .testimonial .client_speach {
  position: relative;
}
@media (max-width: 767px) {
  .jb-review .testimonial .client_speach {
    padding: 0px 0 0 0px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
  }
}
@media (min-width: 768px) {
  .jb-review .testimonial .client_speach {
    padding: 50px 0 0 100px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
    content: url(../../../templates/jb_gardener/images/qut.jpg);
  }
}
@media (min-width: 992px) {
  .jb-review .testimonial .client_speach {
    padding: 50px 0 0 100px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
    content: url(../../../templates/jb_gardener/images/qut.jpg);
  }
}
@media (min-width: 1200px) {
  .jb-review .testimonial .client_speach {
    padding: 50px 0 0 100px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
    content: url(../../../templates/jb_gardener/images/qut.jpg);
  }
}
.jb-review .testimonial .client_speach p {
  font-weight: 300;
  font-size: 18px;
  margin-top: 17px;
  line-height: 30px;
  margin-bottom: 27px;
}
.jb-review .testimonial .client_speach ul {
  padding: 0px;
}
.jb-review .testimonial .client_speach ul li {
  display: inline-block;
  margin: 2px -1px 0px 1px;
}
.jb-review .testimonial .client_speach ul li a {
  color: #cc0000;
  font-size: 18px;
}
.jb-review .testimonial .client_speach img {
  width: auto !important;
}
.inner_banner {
  background: url(../../../templates/jb_gardener/images/inner-banner.jpg) no-repeat center;
  height: 300px;
  background-color: #7bb82e;
  margin-top: -45px;
  padding-top: 134px;
}
.inner_banner h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .inner_banner .jamasshead-description {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .inner_banner .jamasshead-description {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .inner_banner .jamasshead-description {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .inner_banner .jamasshead-description {
    text-align: right;
  }
}
.inner_banner .jamasshead-description .get_in_touch {
  background: #ffffff;
  color: #cc0000;
  margin-top: 10px;
}
.inner_banner .jamasshead-description .get_in_touch:hover,
.inner_banner .jamasshead-description .get_in_touch:focus {
  background: #272727;
  color: #ffffff;
}
.service_page_content {
  padding-bottom: 20px;
}
.service_page_content .tab_nav_holder .tabs-left .active {
  background: #cc0000;
}
.service_page_content .tab_nav_holder .tabs-left .active a {
  color: #ffffff;
  outline: none;
}
.service_page_content .tab_nav_holder .tabs-left .active a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  right: 16px;
  top: 26%;
}
.service_page_content .tab_nav_holder li {
  background: #f7f7f7;
  height: 70px;
  margin-bottom: 5px;
  padding: 9px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
}
.service_page_content .tab_nav_holder li a {
  font-weight: 700;
  color: #9e9e9e;
  font-size: 18px;
  height: 100%;
  display: block;
  background: transparent;
  border: 1px dashed #dfdfdf;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  position: relative;
  padding: 14px 0 0 18px;
}
.service_page_content .tab_nav_holder li:active,
.service_page_content .tab_nav_holder li:hover {
  background-color: #cc0000 !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.service_page_content .tab_nav_holder li:active a,
.service_page_content .tab_nav_holder li:hover a {
  color: #ffffff;
  border: 1px dashed #dfdfdf;
}
.service_page_content .tab_nav_holder li:active a:before,
.service_page_content .tab_nav_holder li:hover a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  right: 16px;
  top: 26%;
}
.service_page_content .text p {
  margin-top: 34px;
  margin-bottom: 28px;
}
.service_page_content span {
  font-weight: 700;
  color: #cc0000;
}
.key_benefits_panel {
  margin-top: 45px;
}
.key_benefits_panel #accordion {
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.key_benefits_panel .panel-body {
  border: none !important;
  padding: 19px 0 0 9px;
}
.key_benefits_panel .panel-body p {
  line-height: 26px;
  margin: 0;
  padding: 4px 0 30px 18px;
}
.key_benefits_panel .panel-group .panel + .panel {
  margin: 0;
  border: none;
}
.panel-group .panel {
  box-shadow: none;
  margin: 0;
  border: none;
  border-bottom: 1px solid #f7f7f7;
}
.key_benefits_panel .panel-heading {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 60px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  z-index: 10;
}
.key_benefits_panel .panel-heading:before {
  content: "\f067";
  font-family: "FontAwesome";
  color: #cc0000;
  font-size: 14px;
  text-decoration: inherit;
  position: absolute;
  width: 62px;
  border-right: 1px solid #f7f7f7;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 21px;
}
.key_benefits_panel .panel-heading h6 a {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  padding: 19px 0 20px 89px;
  color: #272727;
  display: block;
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
}
.key_benefits_panel .panel-heading.active-panel:before {
  content: "\f068";
  color: #fff;
  font-family: "FontAwesome";
  background: #6aaf08;
  width: 62px;
  border-radius: 5px 0 0 0;
  text-align: center;
  padding-top: 21px;
}
.key_benefits .title_holder2 h3 span:before {
  top: -12px;
  right: -1px;
}
.project_cost .img_holder {
  position: relative;
  margin-top: 130px;
}
.project_cost .img_holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 82, 1, 0.7);
  padding: 11px;
}
.project_cost .img_holder .overlay .border {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  height: 100%;
  text-align: center;
  padding-top: 71px;
}
.project_cost h3 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 28px;
}
.project_cost a {
  background: #eaf721;
  color: #272727;
}
.brochures {
  margin-top: -335px;
}
.brochures a.download {
  display: block;
  background: #f7f7f7;
  width: 270px;
  height: 50px;
  border: 1px solid #f6f4f4;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
  position: relative;
  margin-top: 31px;
  line-height: 50px;
  padding: 0 85px;
}
.brochures a.download span {
  width: 50px;
  height: 50px;
  background: #f7f7f7;
  border: 1px solid #f6f4f4;
  position: absolute;
  left: 5px;
  bottom: -1px;
  padding: 3px;
}
.brochures a.download span em {
  font-size: 18px;
  display: block;
  height: 100%;
  border: 1px dashed rgba(130, 130, 130, 0.5);
  padding: 11px;
}
.brochures a.download:hover,
.brochures a.download:focus {
  color: #6aaf08;
}
.brochures a.download:hover span,
.brochures a.download:focus span {
  color: #fff;
  background: #cc0000;
}
.brochures a.download:hover span em,
.brochures a.download:focus span em {
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.brochures .img_holder {
  position: relative;
  margin-top: 50px;
}
.brochures .img_holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 82, 1, 0.7);
  padding: 11px;
}
.brochures .img_holder .overlay .border {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  height: 100%;
  text-align: center;
  padding-top: 30px;
}
.brochures .img_holder .overlay .border span {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background: #efe829;
  border: 5px solid rgba(255, 255, 255, 0.3);
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
}
.brochures .img_holder .overlay .border span em {
  color: #ffffff;
  font-size: 24px;
  padding: 11px;
}
.brochures .img_holder .overlay .border h6 {
  color: #ffffff;
  margin: 13px 0 6px 0;
}
.brochures .img_holder .overlay .border a {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
}

.service_page {
  padding-bottom: 20px;
}
.service_page .service_item {
  margin-bottom: 54px;
}
.service_page .service_item .text {
  padding-top: 14px;
}
.service_page .service_item .text a {
  color: #6aaf08;
  margin-top: 28px;
}
.service_page .service_item .text a:hover {
  color: #272727;
}
.service_page .service_item .img_holder {
  position: relative;
}
.service_page .service_item .img_holder a {
  display: block;
}
.service_page .service_item .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(106, 175, 8, 0.8);
  padding: 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.service_page .service_item .img_holder .overlay .border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.service_page .service_item:hover .img_holder .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.j2store-product-list .form-inline {
  margin-bottom: 20px;
}
.j2store-product-list .form-inline input {
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
}
.j2store-product-list .form-inline select {
  float: right;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  background: #f6f4f4;
  border-color: #f6f4f4;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
  margin-bottom: 40px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .ui-widget {
  width: 93% !important;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range {
  display: inline-block;
  margin-top: 15px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-range {
  background: #cc0000 !important;
  top: 0px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-handle {
  background: #cc0000 !important;
  top: -0.4em;
  border: 2px solid #cc0000;
  margin-left: -3px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box {
  margin-top: 15px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .btn-success {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #272727;
  font-weight: 900;
  line-height: 40px;
  margin-right: 16px;
  outline: medium none;
  text-align: center;
  text-transform: uppercase;
  width: 116px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .jb-price-range {
  font-weight: bold;
  margin-top: 15px;
  font-family: 'Lora', serif;
}
.j2store-product-list .j2store-sidebar-filters-container .product-filter-heading {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .moduletable h3 {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product {
  margin-top: 20px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .j2store-product-image {
  margin-right: 6px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block h6 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .base-price {
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .strike {
  text-decoration: line-through;
  color: #9e9e9e;
  font-size: 16px;
  margin-right: 6px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .sale-price {
  display: inline-block;
  color: #cc0000;
  font-size: 18px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .product_cart_block {
  display: none;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a {
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #9e9e9e;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a:hover {
  background: transparent !important;
  color: #cc0000;
  cursor: pointer;
}
.product {
  padding-top: 36px;
}
.product .single_product_item {
  margin-bottom: 59px;
}
.product .single_product_item .img_holder {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fafafa;
}
.product .single_product_item .img_holder:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 4px solid #6aaf08;
  border-right: 4px solid #6aaf08;
  z-index: 9;
}
.product .single_product_item .img_holder:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 4px solid #6aaf08;
  border-bottom: 4px solid #6aaf08;
}
.product .single_product_item:hover .img_holder img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product .single_product_item:hover .img_holder:after,
.product .single_product_item:hover .img_holder:before {
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .single_product_item .item_details {
  padding-top: 11px;
}
.product .single_product_item .item_details h2 {
  font-size: 18px;
}
.product .single_product_item .item_details .product-price-container {
  margin-bottom: 10px;
  margin-top: 24px;
}
.product .single_product_item .item_details .product-price-container .base-price {
  display: inline-block;
}
.product .single_product_item .item_details .product-price-container .strike {
  text-decoration: line-through;
  color: #9e9e9e;
  font-size: 18px;
  margin-right: 6px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.product .single_product_item .item_details .product-price-container .sale-price {
  display: inline-block;
  color: #cc0000;
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.product .single_product_item .item_details .product-qty {
  display: none;
}
.product .single_product_item .item_details .add_to_cart {
  margin-top: 20px;
}
.product .single_product_item .item_details .button_inner {
  line-height: 35px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #272727;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.product .single_product_item .item_details .button_inner:hover {
  background: #cc0000;
  color: #ffffff;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 20px;
}
.j2store-single-product .simple-product .j2store-mainimage {
  text-align: center;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  border: 3px solid #9e9e9e;
  display: inline-block;
  border-radius: 4px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover {
  border-color: #cc0000;
}
.j2store-single-product .jb-product-detail-right .jb-sdesc {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #9e9e9e;
}
.j2store-single-product .jb-product-detail-right .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.j2store-single-product .product-title {
  color: #272727;
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 0px;
}
.j2store-single-product .price-sku-brand-container {
  margin-top: 25px;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
  font-weight: bold;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #cc0000;
  display: inline;
  font-weight: bold;
  font-size: 28px;
}
.j2store-single-product .price-sku-brand-container .sale-price .zero-price {
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .sku-text,
.j2store-single-product .price-sku-brand-container .manufacturer-brand-text {
  font-weight: bold;
}
.j2store-single-product .j2store-add-to-cart {
  margin-left: 0px;
  display: block;
}
.j2store-single-product .j2store-add-to-cart .product-qty {
  display: inline;
}
.j2store-single-product .j2store-add-to-cart .product-qty .input-mini {
  border: 3px solid #9e9e9e;
  width: 70px !important;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .j2store-add-to-cart .j2store-cart-button {
  border-radius: 3px;
  margin: 5px;
  padding: 14px 38px;
  border: none;
}
.j2store-single-product #j2store_app_shareButton {
  margin-top: 20px;
}
.j2store-single-product #j2store_app_shareButton a {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}
.j2store-single-product #j2store_app_shareButton a img {
  opacity: 0.6;
  transition: all 0.4s ease 0s;
}
.j2store-single-product #j2store_app_shareButton a:hover {
  opacity: 1;
  border: 1px solid #333333;
}
.j2store-single-product .j2store-addtocart-form {
  margin-bottom: 10px;
}
.j2store-single-product .j2store-addtocart-form .options .col-sm-6 {
  padding: 0px;
}
.j2store-single-product .j2store-addtocart-form .options .option {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j2store-single-product .j2store-addtocart-form .options .option .required {
  display: inline;
  float: left;
  color: #cc0000;
}
.j2store-single-product .j2store-addtocart-form .options .option b {
  display: block;
  text-transform: uppercase;
}
.j2store-single-product .j2store-addtocart-form .options .option select {
  border-radius: 0px;
  width: 100%;
  border: 3px solid #9e9e9e;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .product-qty {
  display: block;
  margin-bottom: 10px;
}
.j2store-single-product .product-qty p {
  display: inline-block;
}
.j2store-single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.j2store-single-product .nav-tabs li a {
  outline: none;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lora', serif;
  border: none;
}
.j2store-single-product .nav-tabs li a:hover {
  background: transparent;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .nav-tabs > li.active > a,
.j2store-single-product .nav-tabs > li.active > a:hover,
.j2store-single-product .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #cc0000;
  color: #cc0000;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .tab-content {
  background: #f7f7f7;
  padding: 2.4em 2em 2.4em;
  border-radius: 3px;
  letter-spacing: 0.05px;
  line-height: 24px;
  padding-right: 50px;
}
.j2store-single-product .tab-content .product-sdesc td,
.j2store-single-product .tab-content .product-sdesc th {
  border: none;
  text-transform: capitalize;
}
.j2store-single-product .tab-content h6 {
  margin-bottom: 31px;
  margin-top: 17px;
  font-size: 18px;
}
.j2store-single-product .tab-content ul li {
  line-height: 24px;
  margin-top: 15px;
  padding-left: 27px;
  position: relative;
  list-style: none;
}
.j2store-single-product .tab-content ul li:before {
  content: "\f05d";
  font-family: "FontAwesome";
  color: #cc0000;
  font-size: 18px;
  text-decoration: inherit;
  position: absolute;
  left: 0;
}
.j2store-single-product .tab-content #j2store-comments h4 {
  border-bottom: none;
  padding: 0px 24px;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../../templates/jb_gardener/images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../../templates/jb_gardener/images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox .comment-box .comment-body {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form label {
  font-family: 'Lora', serif !important;
}
.j2store-single-product .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #cc0000;
  border: 2px solid #cc0000;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Lora', serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #800000;
  border: 2px solid #800000;
}
.app_emailtofriend a {
  font-weight: bold;
  color: #333333;
  outline: none;
  margin-top: 15px;
  display: block;
  position: relative;
}
.app_emailtofriend a:before {
  content: "\f003";
  font-family: "FontAwesome";
  color: #cc0000;
  font-size: 16px;
  text-decoration: inherit;
  font-weight: 300;
  margin-right: 5px;
}
.j2store-cart .input-mini {
  display: inline-block;
  height: 48px;
}
.j2store-cart .remove-icon {
  margin-bottom: 0px;
  padding: 14px;
  color: #ffffff;
}

.faq_style_one h5 {
  position: relative;
  z-index: 10;
  margin-top: 17px;
  word-spacing: 0;
}
.faq_style_one h5 span {
  color: #f5f5f5;
  font-size: 72px;
  position: absolute;
  left: 0;
  top: -28px;
  text-transform: uppercase;
  z-index: -1;
}
.faq_style_one p {
  margin-top: 36px;
  line-height: 26px;
  margin-bottom: 51px;
}
.faq_style_two {
  padding-bottom: 60px;
}
.faq_style_two .title_holder2 h3 span:before {
  top: -8px;
  right: -25px;
}
.faq_style_two .key_benefits_panel .panel-body p {
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0 18px;
}
.faq_style_two .key_benefits_panel .panel-body p:last-child {
  padding-bottom: 23px;
}
.faq_style_two .key_benefits_panel p {
  padding-right: 25px;
}
.accordion-widget .accordion-heading {
  border: 3px solid #f7f7f7;
  margin: 10px;
}
.accordion-widget .accordion-heading .accordion-toggle {
  margin: 0px !important;
  padding: 13px !important;
  display: block;
  font-weight: bold;
  color: #333333;
  text-transform: capitalize;
}
.accordion-widget .accordion-heading .accordion-toggle em {
  float: right;
  background: none !important;
  color: #333333 !important;
}
@media (max-width: 767px) {
  .accordion-widget .accordion-heading .accordion-toggle em {
    display: none;
  }
}
.accordion-widget .accordion-heading .accordion-toggle em:hover {
  background: none;
}
.accordion-widget .accordion-inner p {
  padding: 24px !important;
}

.pricing_table .title_holder2 h3 span:before {
  top: -19px;
  right: 37px;
}
.pricing_table .price_box {
  text-align: center;
  background: #f7f7f7;
  margin-top: 43px;
  padding-bottom: 40px;
}
.pricing_table .price_box .rate {
  background: url(../../../templates/jb_gardener/images/bg.png) no-repeat center center;
  background-size: cover;
  height: 158px;
}
.pricing_table .price_box .rate p {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  line-height: 155px;
}
.pricing_table .price_box .rate p span {
  font-size: 18px;
  vertical-align: super;
}
.pricing_table .price_box h5 {
  font-size: 26px;
  margin-top: 19px;
  margin-bottom: 6px;
}
.pricing_table .price_box > span {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.pricing_table .price_box ul {
  border-top: 1px solid #fff;
  margin-top: 29px;
  padding-top: 22px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.pricing_table .price_box ul li {
  font-size: 16px;
  line-height: 50px;
  list-style: none;
}
.pricing_table .price_box ul li:hover {
  color: #6aaf08;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing_table .price_box a {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 218px;
  line-height: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #272727;
}

.hvr-float-shadow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  
}

.price .welcome_banner .welcome_banner_bg {
  margin-top: 60px;
  margin-bottom: 44px;
}
.price .welcome_banner h4 {
  padding-right: 38px;
  word-spacing: 0.1px;
}
.price .project_started {
  padding-bottom: 80px;
}

.contact_us .contact_deatils {
  padding-top: 26px;
  padding-bottom: 42px;
}
.contact_us .heading {
  padding-top: 6px;
}
.contact_us .heading h3 span:before {
  top: -19px;
  right: -12px;
}
.contact_us .heading p {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  margin-top: -15px;
}
.contact_us .address {
  padding-top: 23px;
}
.contact_us .address .address_holder {
  margin-top: 25px;
}
.contact_us .address .address_type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 7px;
}
.contact_us .address .address_type .text {
  width: 80%;
}
.contact_us .address .address_type .icon_holder {
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 4px;
  margin-right: 19px;
  background: #6aaf08;
}
.contact_us .address .address_type .icon_holder .icon_bg {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.contact_us .address .address_type .icon_holder .icon_bg em {
  color: #fff;
  font-size: 18px;
  padding-top: 14px;
}
.contact_us .address .address_type .text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.contact_us .address .address_type .text a,
.contact_us .address .address_type .text ul li {
  font-size: 16px;
  line-height: 30px;
  color: #9e9e9e;
  list-style: none;
  padding-left: 0px;
}
.contact_us .address .address_type .text ul li span {
  float: right;
  padding-right: 46px;
}
.contact_us .address .address_type .text ul li:last-child span {
  color: #6aaf08;
  padding-right: 80px;
}