/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * _custom.scss
 *
 * Put all your custom styles in here. Or include some partials if you prefer.
 */
/* HEADER STARTS HERE */
.bg-primary {
  background-color: #fff;
}

.site-header {
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .site-header {
    padding-bottom: 0;
  }
}
.site-header .col-logo {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .site-header .col-logo {
    text-align: left;
    padding: 0;
    margin-top: 60px;
    width: 22.22222222%;
  }
}
.site-header .col-logo img {
  display: inline-block;
}
.site-header .col-menu {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .site-header .col-menu {
    padding: 0;
    width: 41.02564102%;
  }
}
.site-header .col-menu .main-navigation button {
  outline: none;
}
@media screen and (min-width: 992px) {
  .site-header .col-right {
    margin-top: 15px;
    padding: 0;
    width: 35.47008547%;
    float: right;
  }
}
.site-header .col-right .top-right .primary {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right .primary {
    float: left;
    width: 100%;
    margin-bottom: 7px;
  }
}
.site-header .col-right .top-right .secondary {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right .secondary {
    float: left;
    width: 100%;
  }
}
.site-header .col-right .top-right .primary-btn {
  width: 100%;
  margin-bottom: 5px;
  font-size: 11px;
  padding: 10px 15px;
}
@media screen and (min-width: 667px) {
  .site-header .col-right .top-right .primary-btn {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right .primary-btn {
    width: auto;
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .col-right .top-right .primary-btn {
    font-size: 11px;
  }
}
.site-header .col-right .top-right .primary-btn:hover {
  color: #fff;
  background-color: #8ACE3C;
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right .member-btn {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right .appointment-btn {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right div.tel {
    float: right;
  }
}
.site-header .col-right .top-right div.tel a {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.site-header .col-right .top-right div.tel a img.phone {
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right div.tel a {
    text-align: right;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .col-right .top-right div.tel a {
    font-size: 24px;
  }
}
.site-header .col-right .top-right div.tel span, .site-header .col-right .top-right div.tel .genesis-pagination ul li a, .genesis-pagination ul li .site-header .col-right .top-right div.tel a, .site-header .col-right .top-right div.tel .pagination .nav-links a, .pagination .nav-links .site-header .col-right .top-right div.tel a {
  color: #5D5D5D;
  font-size: 11px;
  display: block;
}
@media screen and (min-width: 992px) {
  .site-header .col-right .top-right div.tel span, .site-header .col-right .top-right div.tel .genesis-pagination ul li a, .genesis-pagination ul li .site-header .col-right .top-right div.tel a, .site-header .col-right .top-right div.tel .pagination .nav-links a, .pagination .nav-links .site-header .col-right .top-right div.tel a {
    font-size: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .col-right .top-right div.tel span, .site-header .col-right .top-right div.tel .genesis-pagination ul li a, .genesis-pagination ul li .site-header .col-right .top-right div.tel a, .site-header .col-right .top-right div.tel .pagination .nav-links a, .pagination .nav-links .site-header .col-right .top-right div.tel a {
    font-size: 11px;
  }
}

.banner-section {
  width: 100%;
  height: 800px;
  position: relative;
  background: url("../images/banner.jpg");
  background-color: #f3f5f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .banner-section {
    height: 650px;
  }
}
@media screen and (min-width: 992px) {
  .banner-section {
    height: 618px;
  }
}
.banner-section .banner-text {
  margin-top: 130px;
}
.banner-section .banner-text h2 {
  font-size: 41px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-section .banner-text a.book-btn {
  background-color: #8ACE3C;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 400px) {
  .banner-section .banner-text a.book-btn {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .banner-section .banner-text a.book-btn {
    padding: 15px 45px;
    width: auto;
    margin-right: 10px;
    display: inline-block;
  }
}
.banner-section .banner-text a.book-btn:hover {
  background-color: #fff;
  color: #8ACE3C;
}
.banner-section .banner-text a.video-btn {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  display: block;
}
@media screen and (min-width: 400px) {
  .banner-section .banner-text a.video-btn {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .banner-section .banner-text a.video-btn {
    padding: 12px 40px;
    width: auto;
    display: inline-block;
  }
}
.banner-section .banner-text a.video-btn:hover {
  color: #fff;
  background-color: #8ACE3C;
}
.banner-section .banner-text a.video-btn img {
  margin-top: -4px;
  margin-left: 5px;
}

.guide-section {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: url("../images/guide-bg.png");
  background-repeat: repeat;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .guide-section .col-1 {
    border-right: solid 1px #fff;
  }
}
.guide-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .guide-section h2 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .guide-section h2 {
    font-size: 36px;
  }
}
.guide-section h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guide-section h4 {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .guide-section h4 {
    font-size: 16px;
  }
}
.guide-section .col-btn {
  text-align: center;
}
.guide-section a.download-btn {
  text-align: center;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  font-size: 20px;
}
.guide-section a.download-btn:hover {
  background-color: #8ACE3C;
  border: solid 1px #8ACE3C;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .guide-section a.download-btn {
    float: right;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .guide-section a.download-btn {
    font-size: 20px;
  }
}

.inner-banner-section {
  background-color: #191919;
}
.inner-banner-section .cat-list li {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .inner-banner-section .cat-list li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.inner-banner-section .cat-list li:last-child {
  margin-bottom: 0;
}
.inner-banner-section .cat-list li a {
  color: #7F7F7F;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .inner-banner-section .cat-list li a {
    padding-left: 40px;
    padding-right: 40px;
    border-right: solid 1px #7F7F7F;
  }
}
.inner-banner-section .cat-list li:last-child a {
  border-right: transparent;
}
.inner-banner-section .cat-list li.blog a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  border-right: transparent;
}
@media screen and (min-width: 768px) {
  .inner-banner-section .cat-list li.blog a {
    float: left;
  }
}
.inner-banner-section .cat-list li.blog img {
  margin-top: -5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .inner-banner-section .cat-list li.blog img {
    display: inline-block;
  }
}

/* MENU STARTS HERE */
.main-navigation .genesis-nav-menu {
  /*li.menu-item{
  	a{
  		padding:12px 10px;
  	}
  }*/
}
.main-navigation .genesis-nav-menu a {
  padding: 65px 18px 20px 18px;
  color: #383838;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.main-navigation .genesis-nav-menu a .fa-home {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .main-navigation .genesis-nav-menu a {
    padding: 65px 12px 20px 12px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .genesis-nav-menu a {
    padding: 65px 18px 20px 18px;
  }
}
.main-navigation .genesis-nav-menu a:hover {
  border-bottom: solid 2px #8DC156;
  background-color: #EFEFEF;
  text-decoration: none;
  outline: none;
}
.main-navigation .genesis-nav-menu a:focus {
  text-decoration: none;
  outline: none;
}
.main-navigation .genesis-nav-menu a:active {
  text-decoration: none;
  outline: none;
}
.main-navigation .genesis-nav-menu .current-menu-item > a {
  background-color: #EFEFEF;
  border-bottom: solid 2px #8DC156;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  text-decoration: none;
}

#top-menu #primary-menu {
  display: none;
}
@media screen and (min-width: 480px) {
  #top-menu #primary-menu {
    display: block;
  }
}

.slicknav_menu {
  background-color: transparent !important;
  padding: 0 !important;
}
.slicknav_menu .slicknav_btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px;
  background-color: #EFEFEF !important;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  text-shadow: none;
  color: #000;
  font-weight: normal;
}
.slicknav_menu .slicknav_btn .slicknav_icon {
  float: right;
}
.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
  background-color: #000;
}
.slicknav_menu .slicknav_nav li a {
  color: #000;
}
@media screen and (min-width: 480px) {
  .slicknav_menu {
    display: none;
  }
}

/* COMMON STARTS HERE */
html,
body {
  height: 100%;
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

p, .single-page .content-area article .entry-content ul, .page .page-content .content ul {
  color: #808284;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

ul {
  padding: 0;
  margin: 0;
  color: #808284;
  font-size: 17px;
  font-weight: 300;
}
ul li {
  line-height: 24px;
}

ol {
  font-size: 17px;
  font-weight: normal;
  color: #808284;
}
ol li {
  line-height: 24px;
}
ol li ol {
  list-style-type: lower-alpha;
}

h1, h2, h3, h4, h5, h6, p, .single-page .content-area article .entry-content ul, .page .page-content .content ul, span, .genesis-pagination ul li a, .pagination .nav-links a, div, body, strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.padding-reset {
  padding: 0;
}

.padding-left-15 {
  pading-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.row-gutter-0 {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row-gutter-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.row-gutter-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.row-gutter-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.row-gutter-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.row-gutter-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.row-reset {
  margin: 0;
}

.margin-reset {
  margin: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.section-content-wrap .section-1, .section-content-wrap .brand-section {
  background-color: #F7F7F7;
  overflow: hidden;
}
.section-content-wrap .section-1 .brands ul.brand-lists, .section-content-wrap .brand-section .brands ul.brand-lists {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-1 .brands ul.brand-lists, .section-content-wrap .brand-section .brands ul.brand-lists {
    margin-left: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.section-content-wrap .section-1 .brands ul.brand-lists li, .section-content-wrap .brand-section .brands ul.brand-lists li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
}
.section-content-wrap .section-1 .brands ul.brand-lists li img, .section-content-wrap .brand-section .brands ul.brand-lists li img {
  width: auto;
  height: 70px;
  margin: 0px auto;
}
.section-content-wrap .section-1 .brands .slick-prev::before, .section-content-wrap .brand-section .brands .slick-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.section-content-wrap .section-1 .brands .slick-next:before, .section-content-wrap .brand-section .brands .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.section-content-wrap .section-1 .brands .slick-prev:before, .section-content-wrap .brand-section .brands .slick-prev:before, .section-content-wrap .section-1 .brands .slick-next:before, .section-content-wrap .brand-section .brands .slick-next:before {
  color: #AFAFAF;
  font-size: 50px;
}
.section-content-wrap .section-1 .brands .slick-prev, .section-content-wrap .brand-section .brands .slick-prev, .section-content-wrap .section-1 .brands .slick-next, .section-content-wrap .brand-section .brands .slick-next {
  top: 25%;
}
.section-content-wrap .section-2 {
  padding-top: 90px;
  padding-bottom: 65px;
}
.section-content-wrap .section-2 .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-2 .col {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.section-content-wrap .section-2 .service-box {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) {
  .section-content-wrap .section-2 .service-box {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-2 .service-box {
    width: 100%;
  }
}
.section-content-wrap .section-2 .service-box .heading {
  height: 80px;
  text-align: center;
  display: table;
  width: 100%;
  background-color: #2D2D2D;
  margin-bottom: 25px;
}
.section-content-wrap .section-2 .service-box .heading h3 {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-content-wrap .section-2 .service-box .heading h3 span, .section-content-wrap .section-2 .service-box .heading h3 .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-2 .service-box .heading h3 a, .section-content-wrap .section-2 .service-box .heading h3 .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-2 .service-box .heading h3 a {
  display: block;
}
.section-content-wrap .section-2 .service-box a.learmore {
  color: #8DC156;
  text-transform: none;
  font-size: 15px;
}
.section-content-wrap .section-2 .service-box a.learmore:hover {
  color: #fff;
  background-color: #8ACE3C;
}
.section-content-wrap .section-3 .top-section {
  background-color: #8ACE3C;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-content-wrap .section-3 .top-section p, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul, .section-content-wrap .section-3 .top-section .page .page-content .content ul, .page .page-content .content .section-content-wrap .section-3 .top-section ul {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.section-content-wrap .section-3 .top-section p span, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul span, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul span, .section-content-wrap .section-3 .top-section .page .page-content .content ul span, .page .page-content .content .section-content-wrap .section-3 .top-section ul span, .section-content-wrap .section-3 .top-section p .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-3 .top-section p a, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul li a, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section .genesis-pagination ul li a, .genesis-pagination .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul li a, .section-content-wrap .section-3 .top-section .page .page-content .content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-3 .top-section .page .page-content .content ul li a, .page .page-content .content .section-content-wrap .section-3 .top-section .genesis-pagination ul li a, .genesis-pagination .page .page-content .content .section-content-wrap .section-3 .top-section ul li a, .section-content-wrap .section-3 .top-section p .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .top-section p a, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul a, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul .pagination .nav-links a, .pagination .nav-links .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul a, .section-content-wrap .section-3 .top-section .page .page-content .content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .top-section .page .page-content .content ul a, .page .page-content .content .section-content-wrap .section-3 .top-section ul .pagination .nav-links a, .pagination .nav-links .page .page-content .content .section-content-wrap .section-3 .top-section ul a {
  display: block;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-3 .top-section p span, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul span, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul span, .section-content-wrap .section-3 .top-section .page .page-content .content ul span, .page .page-content .content .section-content-wrap .section-3 .top-section ul span, .section-content-wrap .section-3 .top-section p .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-3 .top-section p a, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul li a, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section .genesis-pagination ul li a, .genesis-pagination .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul li a, .section-content-wrap .section-3 .top-section .page .page-content .content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-3 .top-section .page .page-content .content ul li a, .page .page-content .content .section-content-wrap .section-3 .top-section .genesis-pagination ul li a, .genesis-pagination .page .page-content .content .section-content-wrap .section-3 .top-section ul li a, .section-content-wrap .section-3 .top-section p .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .top-section p a, .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .top-section .single-page .content-area article .entry-content ul a, .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul .pagination .nav-links a, .pagination .nav-links .single-page .content-area article .entry-content .section-content-wrap .section-3 .top-section ul a, .section-content-wrap .section-3 .top-section .page .page-content .content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .top-section .page .page-content .content ul a, .page .page-content .content .section-content-wrap .section-3 .top-section ul .pagination .nav-links a, .pagination .nav-links .page .page-content .content .section-content-wrap .section-3 .top-section ul a {
    margin-right: 40px;
    display: inline-block;
  }
}
.section-content-wrap .section-3 .top-section a.learmore {
  margin-top: 15px;
  background-color: #2D2D2D;
  color: #fff;
  padding: 15px 55px;
  font-size: 22px;
}
.section-content-wrap .section-3 .top-section a.learmore:hover {
  background-color: #fff;
  color: #8ACE3C;
}
.section-content-wrap .section-3 .content-section {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #F7F7F7;
}
.section-content-wrap .section-3 .content-section .member-wrap h2 {
  color: #5D5D5D;
  font-size: 50px;
  font-weight: bolder;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-content-wrap .section-3 .content-section .member-wrap h2 span, .section-content-wrap .section-3 .content-section .member-wrap h2 .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-3 .content-section .member-wrap h2 a, .section-content-wrap .section-3 .content-section .member-wrap h2 .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .content-section .member-wrap h2 a {
  color: #8ACE3C;
  font-weight: bolder;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-3 .content-section .member-wrap h2 {
    font-size: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-3 .content-section .member-wrap h2 {
    font-size: 56px;
  }
}
.section-content-wrap .section-3 .content-section .member-wrap h4 {
  color: #7C7C7C;
  margin-bottom: 20px;
}
.section-content-wrap .section-3 .content-section .member-wrap ul {
  margin-bottom: 15px;
}
.section-content-wrap .section-3 .content-section .member-wrap ul li {
  position: relative;
  padding-left: 40px;
  line-height: 40px;
  font-size: 17px;
  font-weight: normal;
}
.section-content-wrap .section-3 .content-section .member-wrap ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #8ACE3C;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-content-wrap .section-3 .content-section .col-membership {
  padding-left: 15px;
  padding-right: 15px;
}
.section-content-wrap .section-3 .content-section .member-box {
  text-align: center;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #D3D3D3;
  margin-bottom: 15px;
}
.section-content-wrap .section-3 .content-section .member-box div.top {
  margin-bottom: 25px;
}
.section-content-wrap .section-3 .content-section .member-box div.top .price {
  font-size: 75px;
  color: #53459B;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-3 .content-section .member-box div.top .price {
    font-size: 60px;
  }
}
.section-content-wrap .section-3 .content-section .member-box div.top .price span, .section-content-wrap .section-3 .content-section .member-box div.top .price .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-3 .content-section .member-box div.top .price a, .section-content-wrap .section-3 .content-section .member-box div.top .price .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .content-section .member-box div.top .price a {
  font-size: 40px;
  display: inline-block;
  position: absolute;
  margin-top: -15px;
  margin-left: -35px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-3 .content-section .member-box div.top .price span, .section-content-wrap .section-3 .content-section .member-box div.top .price .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-3 .content-section .member-box div.top .price a, .section-content-wrap .section-3 .content-section .member-box div.top .price .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-3 .content-section .member-box div.top .price a {
    margin-left: -25px;
  }
}
.section-content-wrap .section-3 .content-section .member-box div.top .bundle {
  font-size: 16px;
  color: #53459B;
  text-transform: uppercase;
}
.section-content-wrap .section-3 .content-section .member-box div.heading {
  background-color: #53459B;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.section-content-wrap .section-3 .content-section .member-box div.heading h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-3 .content-section .member-box div.heading h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-3 .content-section .member-box div.heading h3 {
    font-size: 22px;
  }
}
.section-content-wrap .section-3 .content-section .member-box div.content {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-content-wrap .section-3 .content-section .member-box div.content p, .section-content-wrap .section-3 .content-section .member-box div.content .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .section-content-wrap .section-3 .content-section .member-box div.content ul, .section-content-wrap .section-3 .content-section .member-box .page .page-content div.content ul, .page .page-content .section-content-wrap .section-3 .content-section .member-box div.content ul {
  font-size: 16px;
}
.section-content-wrap .section-3 .content-section .member-box a.apply-btn {
  background-color: #8ACE3C;
  color: #fff;
  font-size: 13px;
  padding: 12px 40px;
  line-height: 1;
}
.section-content-wrap .section-3 .content-section .member-box a.apply-btn:hover {
  background-color: #63961A;
}
.section-content-wrap .section-3 .content-section div.member-2 .heading {
  background-color: #802D8E;
}
.section-content-wrap .section-3 .content-section div.member-3 .heading {
  background-color: #D13469;
}
.section-content-wrap .section-3 .content-section a.options-btn {
  padding: 12px 0;
  color: #8ACE3C;
  font-size: 22px;
  background: transparent;
}
@media screen and (min-width: 568px) {
  .section-content-wrap .section-3 .content-section a.options-btn {
    width: auto;
    padding: 12px 30px;
  }
}
.section-content-wrap .section-3 .content-section a.options-btn:hover {
  color: #fff;
  background-color: #8ACE3C;
}
.section-content-wrap .section-4 {
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 30px;
}
.section-content-wrap .section-4 .heading {
  margin-bottom: 40px;
}
.section-content-wrap .section-4 .heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.section-content-wrap .section-4 .col {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-4 .benefit-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-4 .benefit-box {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.section-content-wrap .section-4 .benefit-box h3 {
  position: relative;
  color: #8ACE3C;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 25px;
  padding-left: 30px;
}
.section-content-wrap .section-4 .benefit-box h3:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #8ACE3C;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-content-wrap .section-4 .benefit-box p, .section-content-wrap .section-4 .benefit-box .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .section-content-wrap .section-4 .benefit-box ul, .section-content-wrap .section-4 .benefit-box .page .page-content .content ul, .page .page-content .content .section-content-wrap .section-4 .benefit-box ul {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
}
.section-content-wrap .section-5 .top-section {
  background-color: #8ACE3C;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-content-wrap .section-5 .top-section p, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul, .section-content-wrap .section-5 .top-section .page .page-content .content ul, .page .page-content .content .section-content-wrap .section-5 .top-section ul {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-content-wrap .section-5 .top-section p span, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul span, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul span, .section-content-wrap .section-5 .top-section .page .page-content .content ul span, .page .page-content .content .section-content-wrap .section-5 .top-section ul span, .section-content-wrap .section-5 .top-section p .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-5 .top-section p a, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul li a, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section .genesis-pagination ul li a, .genesis-pagination .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul li a, .section-content-wrap .section-5 .top-section .page .page-content .content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-5 .top-section .page .page-content .content ul li a, .page .page-content .content .section-content-wrap .section-5 .top-section .genesis-pagination ul li a, .genesis-pagination .page .page-content .content .section-content-wrap .section-5 .top-section ul li a, .section-content-wrap .section-5 .top-section p .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-5 .top-section p a, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul a, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul .pagination .nav-links a, .pagination .nav-links .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul a, .section-content-wrap .section-5 .top-section .page .page-content .content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-5 .top-section .page .page-content .content ul a, .page .page-content .content .section-content-wrap .section-5 .top-section ul .pagination .nav-links a, .pagination .nav-links .page .page-content .content .section-content-wrap .section-5 .top-section ul a {
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-5 .top-section p span, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul span, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul span, .section-content-wrap .section-5 .top-section .page .page-content .content ul span, .page .page-content .content .section-content-wrap .section-5 .top-section ul span, .section-content-wrap .section-5 .top-section p .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-5 .top-section p a, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul li a, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section .genesis-pagination ul li a, .genesis-pagination .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul li a, .section-content-wrap .section-5 .top-section .page .page-content .content .genesis-pagination ul li a, .genesis-pagination .section-content-wrap .section-5 .top-section .page .page-content .content ul li a, .page .page-content .content .section-content-wrap .section-5 .top-section .genesis-pagination ul li a, .genesis-pagination .page .page-content .content .section-content-wrap .section-5 .top-section ul li a, .section-content-wrap .section-5 .top-section p .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-5 .top-section p a, .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-5 .top-section .single-page .content-area article .entry-content ul a, .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul .pagination .nav-links a, .pagination .nav-links .single-page .content-area article .entry-content .section-content-wrap .section-5 .top-section ul a, .section-content-wrap .section-5 .top-section .page .page-content .content ul .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-5 .top-section .page .page-content .content ul a, .page .page-content .content .section-content-wrap .section-5 .top-section ul .pagination .nav-links a, .pagination .nav-links .page .page-content .content .section-content-wrap .section-5 .top-section ul a {
    margin-right: 40px;
  }
}
.section-content-wrap .section-5 .top-section a.learmore {
  margin-top: 15px;
  background-color: #2D2D2D;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  font-size: 16px;
}
.section-content-wrap .section-5 .top-section a.learmore:hover {
  background-color: #fff;
  color: #8ACE3C;
}
@media screen and (min-width: 568px) {
  .section-content-wrap .section-5 .top-section a.learmore {
    font-size: 22px;
    padding: 15px 45px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-5 .top-section a.learmore {
    padding: 15px 45px;
    font-size: 22px;
  }
}
.section-content-wrap .section-5 .content-section {
  padding-top: 80px;
  padding-bottom: 70px;
}
.section-content-wrap .section-5 .content-section .heading {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-content-wrap .section-5 .content-section .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: 600;
}
.section-content-wrap .section-5 .content-section .col-first {
  background-color: #2D2D2D;
  padding: 65px 15px;
}
.section-content-wrap .section-5 .content-section .col-first:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #2D2D2D transparent transparent transparent;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-5 .content-section .col-first:after {
    right: -30px;
    top: 45%;
    left: 100%;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #2D2D2D;
  }
}
@media screen and (min-width: 768px) {
  .section-content-wrap .section-5 .content-section .col-first {
    padding: 65px 60px;
  }
}
.section-content-wrap .section-5 .content-section .col-first .content-wrap p, .section-content-wrap .section-5 .content-section .col-first .content-wrap .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .section-content-wrap .section-5 .content-section .col-first .content-wrap ul, .section-content-wrap .section-5 .content-section .col-first .content-wrap .page .page-content .content ul, .page .page-content .content .section-content-wrap .section-5 .content-section .col-first .content-wrap ul {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-5 .content-section .col-second .video-wrap .embed-responsive {
    height: 494px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-5 .content-section .col-second .video-wrap .embed-responsive {
    height: 416px;
  }
}
.section-content-wrap .section-5 .content-section .discover-btn {
  background-color: #8ACE3C;
  color: #fff;
  font-size: 22px;
  margin-top: 50px;
}
.section-content-wrap .section-5 .content-section .discover-btn:hover {
  background-color: #63961A;
}
.section-content-wrap .section-6 {
  background: url("../images/ebook-bg.jpg");
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .section-content-wrap .section-6 .col-second .content-wrap {
    padding-right: 20%;
    padding-left: 20%;
  }
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-6 .col-second .content-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-6 .col-second .content-wrap {
    padding-right: 30%;
  }
}
.section-content-wrap .section-6 .col-second .content-wrap h2 {
  color: #5D5D5D;
  font-size: 39px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 47px;
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-6 .col-second .content-wrap h2 {
    text-align: left;
  }
}
.section-content-wrap .section-6 .col-second .content-wrap ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #5D5D5D;
  font-size: 19px;
  line-height: 27px;
}
.section-content-wrap .section-6 .col-second .content-wrap ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #8ACE3C;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-content-wrap .section-6 .col-second .content-wrap p img, .section-content-wrap .section-6 .col-second .content-wrap .single-page .content-area article .entry-content ul img, .single-page .content-area article .entry-content .section-content-wrap .section-6 .col-second .content-wrap ul img, .section-content-wrap .section-6 .col-second .content-wrap .page .page-content .content ul img, .page .page-content .content .section-content-wrap .section-6 .col-second .content-wrap ul img {
  margin-bottom: 12px;
  float: right;
  width: 240px;
  margin-top: -10px;
  vertical-align: middle;
  margin-right: 8%;
}
.section-content-wrap .section-6 .col-second .content-wrap a.buy-btn {
  color: #fff;
  background-color: #8ACE3C;
  font-size: 22px;
  margin-top: 30px;
}
.section-content-wrap .section-6 .col-second .content-wrap a.buy-btn:hover {
  background-color: #63961A;
}
.section-content-wrap .section-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-content-wrap .section-7 .heading {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.section-content-wrap .section-7 .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-7 .blog-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.section-content-wrap .section-7 .blog-wrap .col-blog {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-7 .blog-wrap .col-blog {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.section-content-wrap .section-7 .blog-wrap .blog-box {
  position: relative;
  margin-bottom: 2px;
}
.section-content-wrap .section-7 .blog-wrap .blog-box img.featured {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-7 .blog-wrap .blog-box img.featured {
    height: 350px;
  }
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #2D2D2D;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content .media-left {
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-7 .blog-wrap .blog-box .data-content .media-left {
    padding-left: 20px;
  }
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content .media-video {
  width: 72px;
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content .media-file {
  width: 62px;
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content .media-body {
  width: auto;
  vertical-align: middle;
  padding-right: 15px;
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.section-content-wrap .section-7 .blog-wrap .blog-box .data-content span, .section-content-wrap .section-7 .blog-wrap .blog-box .data-content .genesis-pagination ul li a, .genesis-pagination ul li .section-content-wrap .section-7 .blog-wrap .blog-box .data-content a, .section-content-wrap .section-7 .blog-wrap .blog-box .data-content .pagination .nav-links a, .pagination .nav-links .section-content-wrap .section-7 .blog-wrap .blog-box .data-content a {
  color: #7F9DAD;
  font-size: 15px;
  font-weight: 300;
}
.section-content-wrap .section-8 {
  background-color: #F7F7F7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-content-wrap .section-8 .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-8 .team-slider {
    padding-left: 10%;
    padding-right: 15%;
  }
}
.section-content-wrap .section-8 .team-slider .profile {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-8 .team-slider .profile {
    float: left;
    background: url("../images/team-border.png") top right no-repeat;
    padding-right: 55px;
    margin-right: 40px;
  }
}
.section-content-wrap .section-8 .team-slider .profile img.featured {
  width: 128px;
  height: 128px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.section-content-wrap .section-8 .team-slider .desc {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-8 .team-slider .desc {
    text-align: left;
  }
}
.section-content-wrap .section-8 .team-slider .desc p, .section-content-wrap .section-8 .team-slider .desc .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .section-content-wrap .section-8 .team-slider .desc ul, .section-content-wrap .section-8 .team-slider .desc .page .page-content .content ul, .page .page-content .content .section-content-wrap .section-8 .team-slider .desc ul {
  color: #828282;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
.section-content-wrap .section-8 .team-slider .desc span.name, .section-content-wrap .section-8 .team-slider .desc .genesis-pagination ul li a.name, .genesis-pagination ul li .section-content-wrap .section-8 .team-slider .desc a.name, .section-content-wrap .section-8 .team-slider .desc .pagination .nav-links a.name, .pagination .nav-links .section-content-wrap .section-8 .team-slider .desc a.name {
  text-align: center;
  color: #8DC156;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-8 .team-slider .desc span.name, .section-content-wrap .section-8 .team-slider .desc .genesis-pagination ul li a.name, .genesis-pagination ul li .section-content-wrap .section-8 .team-slider .desc a.name, .section-content-wrap .section-8 .team-slider .desc .pagination .nav-links a.name, .pagination .nav-links .section-content-wrap .section-8 .team-slider .desc a.name {
    text-align: left;
  }
}
.section-content-wrap .section-8 .team-slider .slick-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.section-content-wrap .section-8 .team-slider .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.section-content-wrap .section-8 .team-slider .slick-prev:before, .section-content-wrap .section-8 .team-slider .slick-next:before {
  color: #AFAFAF;
  font-size: 50px;
}
.section-content-wrap .section-8 .team-slider .slick-prev, .section-content-wrap .section-8 .team-slider .slick-next {
  top: 30%;
}
.section-content-wrap .section-8 .team-slider .slick-next {
  right: 15px;
}
.section-content-wrap .section-8 .team-slider .slick-prev {
  left: 15px;
}
.section-content-wrap .section-9 {
  padding-top: 50px;
}
.section-content-wrap .section-9 .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section-content-wrap .section-9 .gallery-slider {
  overflow: hidden;
  margin-bottom: 0;
}
.section-content-wrap .section-9 .gallery-slider img {
  width: 100%;
}
.section-content-wrap .section-9 .gallery-slider .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background-color: #153F5B;
  opacity: 1;
  padding: 0px 15px;
}
.section-content-wrap .section-9 .gallery-slider .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background-color: #153F5B;
  opacity: 1;
  padding: 0px 15px;
}
.section-content-wrap .section-9 .gallery-slider .slick-prev:before, .section-content-wrap .section-9 .gallery-slider .slick-next:before {
  color: #AFAFAF;
  font-size: 50px;
}
.section-content-wrap .section-9 .gallery-slider .slick-prev, .section-content-wrap .section-9 .gallery-slider .slick-next {
  z-index: 3;
}
.section-content-wrap .section-9 .gallery-slider .slick-next {
  right: 28px;
}
.section-content-wrap .section-9 .gallery-slider .slick-prev {
  left: 0;
}
.section-content-wrap .section-10 {
  background-color: #8DC445;
  padding-top: 40px;
  padding-bottom: 35px;
  margin-top: -2px;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-10 .col-1 {
    border-right: solid 1px #fff;
  }
}
.section-content-wrap .section-10 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-10 h2 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-10 h2 {
    font-size: 36px;
  }
}
.section-content-wrap .section-10 h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-10 h4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-10 h4 {
    font-size: 16px;
  }
}
.section-content-wrap .section-10 .col-btn {
  text-align: center;
}
.section-content-wrap .section-10 a.download-btn {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  font-size: 20px;
}
.section-content-wrap .section-10 a.download-btn:hover {
  background-color: #fff;
  border: solid 1px #fff;
  color: #8ACE3C;
}
@media screen and (min-width: 992px) {
  .section-content-wrap .section-10 a.download-btn {
    float: right;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-wrap .section-10 a.download-btn {
    font-size: 20px;
  }
}

.inner-banner-section {
  height: auto;
  margin-bottom: 60px;
}
.inner-banner-section .heading {
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner-banner-section .heading h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.single-page .content-area .entry {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.single-page .content-area article .featured-image {
  position: relative;
  margin-bottom: 40px;
}
.single-page .content-area article .featured-image .post-date {
  position: absolute;
  background-color: #8DC445;
  padding: 16px 22px;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
.single-page .content-area article .featured-image .post-date span, .single-page .content-area article .featured-image .post-date .genesis-pagination ul li a, .genesis-pagination ul li .single-page .content-area article .featured-image .post-date a, .single-page .content-area article .featured-image .post-date .pagination .nav-links a, .pagination .nav-links .single-page .content-area article .featured-image .post-date a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.single-page .content-area article .featured-image .post-date .day {
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}
.single-page .content-area article .entry-header {
  margin-bottom: 10px;
}
.single-page .content-area article .entry-header h2 {
  color: #5D5D5D;
  font-size: 26px;
  font-weight: bold;
}
.single-page .content-area article .post-meta {
  line-height: 1;
  margin-bottom: 30px;
}
.single-page .content-area article .post-meta span, .single-page .content-area article .post-meta .genesis-pagination ul li a, .genesis-pagination ul li .single-page .content-area article .post-meta a, .single-page .content-area article .post-meta .pagination .nav-links a, .pagination .nav-links .single-page .content-area article .post-meta a {
  font-size: 16px;
  color: #8DC445;
  line-height: 1;
}
.single-page .content-area article .post-meta span a, .single-page .content-area article .post-meta .genesis-pagination ul li a a, .genesis-pagination ul li .single-page .content-area article .post-meta a a, .single-page .content-area article .post-meta .pagination .nav-links a a, .pagination .nav-links .single-page .content-area article .post-meta a a {
  color: #8DC445;
  font-size: 16px;
}
.single-page .content-area article .post-meta .cat {
  border-right: solid 2px #8DC445;
  padding-right: 10px;
  margin-right: 8px;
}
.single-page .content-area article .entry-content p, .single-page .content-area article .entry-content ul {
  font-size: 16px;
  line-height: 27px;
  color: #5D5D5D;
  margin-bottom: 30px;
}

.comment-respond, .entry-pings {
  padding: 0;
  margin-top: 30px;
}

.about-inner-banner-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-section-1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-section-1 .heading {
  margin-bottom: 50px;
}
.about-section-1 .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}
.about-section-1 .col-wrap {
  color: #5D5D5D;
}
.about-section-1 .col-wrap h4 {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #5D5D5D;
}
.about-section-1 .col-wrap h4:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #8ACE3C;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-section-1 .col-wrap p, .about-section-1 .col-wrap .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .about-section-1 .col-wrap ul, .about-section-1 .col-wrap .page .page-content .content ul, .page .page-content .content .about-section-1 .col-wrap ul {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  color: #5D5D5D;
}

.about-section-2 {
  background-color: #F7F7F7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-section-2 .heading {
  margin-bottom: 50px;
}
.about-section-2 .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
}
.about-section-2 ul {
  float: left;
  width: 100%;
  padding-left: 8%;
  padding-right: 5%;
}
.about-section-2 ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 18px;
  color: #5D5D5D;
}
.about-section-2 ul li span, .about-section-2 .genesis-pagination ul li a, .genesis-pagination .about-section-2 ul li a, .about-section-2 ul li .pagination .nav-links a, .pagination .nav-links .about-section-2 ul li a {
  position: absolute;
  left: 0;
  color: #fff;
  background-color: #8DC445;
  width: 27px;
  height: 27px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
}

.about-section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-section-3 .row-team {
  padding-left: 5%;
  padding-right: 5%;
}
.about-section-3 .heading {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 50px;
}
.about-section-3 .heading h2 {
  color: #5D5D5D;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-section-3 .heading p, .about-section-3 .heading .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .about-section-3 .heading ul, .about-section-3 .heading .page .page-content .content ul, .page .page-content .content .about-section-3 .heading ul {
  font-size: 16px;
  line-height: 27px;
  color: #5D5D5D;
}
@media screen and (min-width: 992px) {
  .about-section-3 .heading p, .about-section-3 .heading .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .about-section-3 .heading ul, .about-section-3 .heading .page .page-content .content ul, .page .page-content .content .about-section-3 .heading ul {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.about-section-3 .team-box {
  margin-bottom: 30px;
}
.about-section-3 .team-box .profile {
  margin-bottom: 15px;
  height: 300px;
  width: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.about-section-3 .team-box .info .name {
  font-size: 20px;
  font-weight: 600;
  color: #505a59;
}
.about-section-3 .team-box .info .position {
  font-size: 16px;
  font-weight: 600;
  color: #505a59;
}
.about-section-3 .team-box a.primary-btn {
  background-color: #8DC445;
  color: #fff;
  padding: 6px 15px;
  margin-top: 5px;
  font-size: 11px;
}

.services-inner-banner-section {
  height: auto;
  margin-bottom: 60px;
}
.services-inner-banner-section .heading {
  padding-top: 50px;
  padding-bottom: 50px;
}
.services-inner-banner-section .heading h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.services-page .content-area article, .blog-page .content-area article {
  margin-bottom: 35px;
}
.services-page .content-area .entry, .blog-page .content-area .entry {
  padding: 0;
}
.services-page .content-area .media-left, .blog-page .content-area .media-left {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .services-page .content-area .media-left, .blog-page .content-area .media-left {
    width: 260px;
    padding-right: 30px;
  }
}
.services-page .content-area .media-body, .blog-page .content-area .media-body {
  width: auto;
}
.services-page .content-area .media-body h3, .blog-page .content-area .media-body h3 {
  color: #5D5D5D;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.services-page .content-area .media-body h3 a, .blog-page .content-area .media-body h3 a {
  color: #5D5D5D;
  font-size: 20px;
  font-weight: bold;
}
.services-page .content-area .media-body p, .blog-page .content-area .media-body p, .services-page .single-page .content-area .media-body article .entry-content ul, .single-page .services-page .content-area .media-body article .entry-content ul, .services-page .single-page .content-area article .entry-content .media-body ul, .single-page .services-page .content-area article .entry-content .media-body ul, .blog-page .single-page .content-area .media-body article .entry-content ul, .single-page .blog-page .content-area .media-body article .entry-content ul, .blog-page .single-page .content-area article .entry-content .media-body ul, .single-page .blog-page .content-area article .entry-content .media-body ul, .services-page .content-area .media-body .page .page-content .content ul, .page .page-content .content .services-page .content-area .media-body ul, .blog-page .content-area .media-body .page .page-content .content ul, .page .page-content .content .blog-page .content-area .media-body ul {
  font-size: 16px;
  color: #878787;
  line-height: 27px;
}
.services-page .content-area .media-body a.more-btn, .blog-page .content-area .media-body a.more-btn {
  background-color: transparent;
  color: #8DC445;
  border: solid 1px #8DC445;
  font-size: 10px;
  margin-top: 20px;
  padding: 8px 22px;
}

.blog-page .post-meta {
  line-height: 1;
  margin-bottom: 20px;
}
.blog-page .post-meta span, .blog-page .post-meta .genesis-pagination ul li a, .genesis-pagination ul li .blog-page .post-meta a, .blog-page .post-meta .pagination .nav-links a, .pagination .nav-links .blog-page .post-meta a {
  font-size: 16px;
  color: #8DC445;
  line-height: 1;
}
.blog-page .post-meta .cat {
  border-right: solid 2px #8DC445;
  padding-right: 10px;
  margin-right: 8px;
}
.blog-page .post-meta .cat a {
  color: #8DC445;
  font-size: 16px;
}
.blog-page .content-area article {
  margin-bottom: 40px;
}
.blog-page .content-area .media-left {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .blog-page .content-area .media-left {
    width: 346px;
    padding-right: 30px;
  }
}
.blog-page .content-area .media-left .post-date {
  position: absolute;
  background-color: #8DC445;
  padding: 16px 22px;
  color: #fff;
  text-align: center;
}
.blog-page .content-area .media-left .post-date span, .blog-page .content-area .media-left .post-date .genesis-pagination ul li a, .genesis-pagination ul li .blog-page .content-area .media-left .post-date a, .blog-page .content-area .media-left .post-date .pagination .nav-links a, .pagination .nav-links .blog-page .content-area .media-left .post-date a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.blog-page .content-area .media-left .post-date .day {
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}
.blog-page .content-area .media-left img {
  width: 100%;
}

.page .page-content .content {
  padding-bottom: 60px;
}
.page .page-content .content p, .page .page-content .content .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .page .page-content .content ul, .page .page-content .content ul {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}
.page .page-content .content ul {
  padding-left: 20px;
}
.page .page-content .content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.page .page-content .content ol {
  padding-left: 20px;
}
.page .page-content .content ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.primary-btn {
  padding: 12px 30px;
  color: #000;
  text-transform: uppercase;
  outline: none;
  background-color: #fff;
  border: solid 1px #8DC156;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.secondary-btn {
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  border: solid 2px #fff;
  font-size: 17px;
  font-weight: 600;
}

.book-appointment {
  cursor: pointer;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 2px;
  padding-left: 2px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.delay03 {
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay05 {
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay08 {
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.genesis-pagination {
  margin-top: 25px;
  margin-bottom: 25px;
}
.genesis-pagination ul li {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 5px;
}
.genesis-pagination ul li:before {
  content: '' !important;
}
.genesis-pagination ul li span, .genesis-pagination ul li a, .genesis-pagination ul li .pagination .nav-links a, .pagination .nav-links .genesis-pagination ul li a {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: normal;
  background: transparent;
  padding: 8px 12px;
}
.genesis-pagination ul li a:hover {
  color: #fff;
  background: #5D5D5D;
}
.genesis-pagination ul li .prev, .genesis-pagination ul li .next {
  display: none;
}
.genesis-pagination ul li .current {
  color: #fff;
  background: #5D5D5D;
}

.pagination .nav-links span, .pagination .nav-links a {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: normal;
  background: #F4F4F4;
  padding: 8px 12px;
}
.pagination .nav-links a:hover {
  color: #fff;
  background: #1B2D39;
}
.pagination .nav-links .current {
  color: #fff;
  background: #1B2D39;
}

.archive-description {
  display: none;
}

.comment-respond .form-submit {
  margin-top: 20px;
}

/* Contact STARTS HERE */
.contact-inner-banner-section {
  height: auto;
}
.contact-inner-banner-section .heading {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-inner-banner-section .heading h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.contact-section .contact-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .contact-section .contact-box {
    width: 376px;
  }
}
@media screen and (min-width: 992px) {
  .contact-section .contact-box {
    width: auto;
    margin-bottom: 0;
  }
}
.contact-section .contact-box h3 {
  text-align: center;
  color: #5D5D5D;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .contact-section .contact-box h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .contact-box h3 {
    font-size: 20px;
  }
}
.contact-section .contact-box img.map {
  text-align: center;
}
.contact-section .contact-box .contact-details {
  background-color: #F4F4F4;
  padding: 45px;
}
@media screen and (min-width: 992px) {
  .contact-section .contact-box .contact-details {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .contact-box .contact-details {
    padding: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .contact-box .contact-details ul {
    min-height: 170px;
  }
}
.contact-section .contact-box .contact-details ul li {
  position: relative;
  padding-left: 40px;
  color: #383838;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.contact-section .contact-box .contact-details ul li span, .contact-section .contact-box .contact-details .genesis-pagination ul li a, .genesis-pagination .contact-section .contact-box .contact-details ul li a, .contact-section .contact-box .contact-details ul li .pagination .nav-links a, .pagination .nav-links .contact-section .contact-box .contact-details ul li a {
  position: absolute;
  left: 0;
}
.contact-section .contact-box .contact-details ul li p, .contact-section .contact-box .contact-details ul li .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .contact-section .contact-box .contact-details ul li ul, .contact-section .contact-box .contact-details ul li .page .page-content .content ul, .page .page-content .content .contact-section .contact-box .contact-details ul li ul {
  line-height: 20px;
  font-size: 14px;
  color: #383838;
}
.contact-section .contact-box .contact-details ul li.contact {
  font-size: 24px;
  font-weight: 700;
  color: #5D5D5D;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .contact-section .contact-box .contact-details ul li.contact {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .contact-box .contact-details ul li.contact {
    font-size: 30px;
  }
}
.contact-section .contact-box .contact-details .book-btn {
  background-color: #8ACE3C;
  font-size: 20px;
  color: #fff;
  padding: 12px 25px;
}
@media screen and (min-width: 1200px) {
  .contact-section .contact-box .contact-details .book-btn {
    padding: 15px 60px;
  }
}
.contact-section .row-ads {
  margin-top: 60px;
  margin-bottom: 70px;
}
.contact-section .row-ads .box {
  position: relative;
}
@media screen and (min-width: 480px) {
  .contact-section .row-ads .box {
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .row-ads .box {
    max-width: 100%;
  }
}
.contact-section .row-ads .box img.featured {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 480px) {
  .contact-section .row-ads .box img.featured {
    height: auto;
  }
}
.contact-section .row-ads .box .details {
  position: absolute;
  top: 12%;
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (min-width: 400px) {
  .contact-section .row-ads .box .details {
    top: 15%;
  }
}
@media screen and (min-width: 768px) {
  .contact-section .row-ads .box .details {
    top: 20%;
  }
}
.contact-section .row-ads .box .details h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .contact-section .row-ads .box .details h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contact-section .row-ads .box .details h3 {
    font-size: 32px;
    line-height: 29px;
  }
}
.contact-section .row-ads .box .details h3 span, .contact-section .row-ads .box .details h3 .genesis-pagination ul li a, .genesis-pagination ul li .contact-section .row-ads .box .details h3 a, .contact-section .row-ads .box .details h3 .pagination .nav-links a, .pagination .nav-links .contact-section .row-ads .box .details h3 a {
  display: block;
}
.contact-section .row-ads .box .details a.more-btn {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .contact-section .row-ads .box .details a.more-btn {
    font-size: 20px;
  }
}
.contact-section .row-ads .box .details a.book-btn {
  color: #fff;
  background-color: #8DC445;
  font-size: 14px;
  padding: 10px 30px;
}
@media screen and (min-width: 768px) {
  .contact-section .row-ads .box .details a.book-btn {
    font-size: 20px;
  }
}
.contact-section .row-ads .box-2 .details h3 {
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-section .row-ads .box-2 .details h3 {
    float: left;
    font-size: 45px;
    font-weight: bold;
    line-height: 40px;
  }
}
.contact-section .row-ads .box-2 .details a.donwload-btn {
  float: left;
  color: #fff;
  background-color: #8DC445;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .contact-section .row-ads .box-2 .details a.donwload-btn {
    float: right;
    font-size: 20px;
  }
}
.contact-section .row-ads .box-2 .details p, .contact-section .row-ads .box-2 .details .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .contact-section .row-ads .box-2 .details ul, .contact-section .row-ads .box-2 .details .page .page-content .content ul, .page .page-content .content .contact-section .row-ads .box-2 .details ul {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .contact-section .row-ads .box-2 .details p, .contact-section .row-ads .box-2 .details .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .contact-section .row-ads .box-2 .details ul, .contact-section .row-ads .box-2 .details .page .page-content .content ul, .page .page-content .content .contact-section .row-ads .box-2 .details ul {
    font-size: 20px;
    line-height: 25px;
  }
}

/* SIDEBAR STARTS HERE */
#sidebar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  #sidebar {
    max-width: 390px;
  }
}
@media screen and (min-width: 992px) {
  #sidebar {
    max-width: 360px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #sidebar {
    max-width: 390px;
  }
}

.sidebar-primary {
  width: 100%;
}
.sidebar-primary .widget {
  margin-bottom: 30px !important;
  padding: 0;
}
.sidebar-primary .widget_text {
  background-color: #2D2D2D;
}
.sidebar-primary .widget_text .contact {
  text-align: center;
  color: #8DC445;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px 0;
}
.sidebar-primary .widget_text .contact a {
  color: #8DC445;
  font-size: 23px;
  font-weight: bold;
}
.sidebar-primary .results-guarantee {
  width: 100%;
  height: 469px;
  position: relative;
  background: url("../images/results-guarantee-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 10%;
  padding-right: 8%;
}
.sidebar-primary .results-guarantee h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-top: 60%;
}
.sidebar-primary .results-guarantee h2 span, .sidebar-primary .results-guarantee h2 .genesis-pagination ul li a, .genesis-pagination ul li .sidebar-primary .results-guarantee h2 a, .sidebar-primary .results-guarantee h2 .pagination .nav-links a, .pagination .nav-links .sidebar-primary .results-guarantee h2 a {
  display: block;
}
.sidebar-primary .results-guarantee a.more-btn {
  font-size: 20px;
  color: #fff;
  border: solid 1px #fff;
  background-color: transparent;
  margin-bottom: 10px;
  height: 52px;
  text-align: center;
  padding: 0;
  line-height: 50px;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .sidebar-primary .results-guarantee a.more-btn {
    width: 200px;
  }
}
@media screen and (min-width: 400px) {
  .sidebar-primary .results-guarantee a.more-btn {
    width: 250px;
  }
}
.sidebar-primary .results-guarantee a.book-btn {
  font-size: 20px;
  color: #fff;
  background-color: #8DC445;
  width: 100%;
  height: 52px;
  text-align: center;
  padding: 0;
  line-height: 50px;
}
@media screen and (min-width: 320px) {
  .sidebar-primary .results-guarantee a.book-btn {
    width: 200px;
  }
}
@media screen and (min-width: 400px) {
  .sidebar-primary .results-guarantee a.book-btn {
    width: 250px;
  }
}
.sidebar-primary .free-guide {
  width: 100%;
  height: 469px;
  position: relative;
  background: url("../images/free-guide-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 10%;
}
.sidebar-primary .free-guide h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 60px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sidebar-primary .free-guide h2 span, .sidebar-primary .free-guide h2 .genesis-pagination ul li a, .genesis-pagination ul li .sidebar-primary .free-guide h2 a, .sidebar-primary .free-guide h2 .pagination .nav-links a, .pagination .nav-links .sidebar-primary .free-guide h2 a {
  display: block;
}
.sidebar-primary .free-guide p, .sidebar-primary .free-guide .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .sidebar-primary .free-guide ul, .sidebar-primary .free-guide .page .page-content .content ul, .page .page-content .content .sidebar-primary .free-guide ul {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  width: 155px;
  text-transform: uppercase;
}
.sidebar-primary .free-guide a.download-btn {
  font-size: 20px;
  color: #fff;
  background-color: #8DC445;
  width: 100%;
  height: 52px;
  text-align: center;
  padding: 0;
  line-height: 50px;
  margin-top: 90px;
}
@media screen and (min-width: 320px) {
  .sidebar-primary .free-guide a.download-btn {
    width: 200px;
  }
}
@media screen and (min-width: 400px) {
  .sidebar-primary .free-guide a.download-btn {
    width: 250px;
  }
}
.sidebar-primary .recent-posts-extended .rpwe-block li {
  border-bottom: none;
}
.sidebar-primary .recent-posts-extended .widget-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #5D5D5D;
  background-color: #E8E8E8;
  padding: 22px 0;
  text-transform: uppercase;
}
.sidebar-primary .rpwe-title a {
  font-size: 16px;
  font-weight: bold;
  color: #5D5D5D;
  margin-bottom: 10px;
}
.sidebar-primary img.rpwe-thumb {
  border: transparent !important;
  margin: 0 20px 0 0;
  padding: 0 !important;
}
.sidebar-primary .rpwe-summary {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  color: #878787;
}
.sidebar-primary .rpwe-summary a.more-link {
  font-size: 12px;
  color: #8DC445;
  display: table-cell !important;
  border: solid 1px #8DC445;
  padding: 2px 10px;
}

/* MODAL STARTS HERE */
#guidelistModal .modal-dialog {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #guidelistModal .modal-dialog {
    width: 718px;
  }
}
#guidelistModal .modal-header {
  border-bottom: transparent;
}
#guidelistModal .modal-body {
  padding: 10px 40px 40px 20px;
}
#guidelistModal .modal-body .media-left {
  float: left;
  width: 325px;
}
#guidelistModal .modal-body .media-left img {
  float: right;
}
#guidelistModal .modal-body .media-body h2 {
  color: #5D5D5D;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
#guidelistModal .modal-body .media-body h5 {
  color: #8ACE3C;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 30px;
}
#guidelistModal .modal-body .media-body input[type="text"], #guidelistModal .modal-body .media-body input[type="email"] {
  background-color: #F7F7F7;
  border: solid 1px #E8E8E8;
  padding: 10px 15px;
  color: #B7B7B7;
  width: 90%;
}
#guidelistModal .modal-body .media-body input[type="submit"] {
  padding: 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #8ACE3C;
  font-size: 18px;
  width: 230px;
  height: 48px;
}
#guidelistModal .modal-body .media-body span, #guidelistModal .modal-body .media-body .genesis-pagination ul li a, .genesis-pagination ul li #guidelistModal .modal-body .media-body a, #guidelistModal .modal-body .media-body .pagination .nav-links a, .pagination .nav-links #guidelistModal .modal-body .media-body a {
  color: #A3A3A3;
  font-size: 14px;
}
#guidelistModal .modal-body .media-body .validation_error, #guidelistModal .modal-body .media-body .validation_message {
  color: #ED0707;
  font-size: 13px;
}
#guidelistModal .modal-body .media-body .validation_error {
  margin-bottom: 5px;
}
#guidelistModal .modal-body .media-body .gform_body .gform_fields .gfield {
  margin-bottom: 10px;
}
#guidelistModal .modal-body .media-body .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
#guidelistModal .modal-body .media-body .gform_footer {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 22px;
}

.modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal-dialog .modal-header .close {
  font-size: 30px;
}

/* FOOTER STARTS HERE */
.sub-footer {
  background-color: #191919;
  padding-top: 70px;
  padding-bottom: 50px;
}
.sub-footer .widget {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .sub-footer .col-2 {
    border-right: solid 1px #5D5D5D;
    border-left: solid 1px #5D5D5D;
  }
}
@media screen and (min-width: 992px) {
  .sub-footer .col-2 .widget-box {
    padding-left: 25%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .sub-footer .col-2 .widget-box {
    padding-left: 20%;
  }
}
@media screen and (min-width: 992px) {
  .sub-footer .col-3 .widget-box {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-footer .col-3 .widget-box {
    padding-left: 70px;
  }
}
.sub-footer .widget-box {
  margin-bottom: 30px;
}
.sub-footer .widget-box h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sub-footer .widget-box ul li {
  float: left;
  width: 40%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sub-footer .widget-box ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}
.sub-footer .widget-box ul.social li {
  float: none;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .sub-footer .widget-box ul.social li {
    margin-right: 35px;
  }
}
.sub-footer .widget-box ul.social li a {
  text-align: center;
  color: #191919;
}
.sub-footer .widget-box ul.social li .fa {
  width: 50px;
  height: 50px;
  background-color: #5D5D5D;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  color: #191919;
  font-size: 30px;
  line-height: 50px;
}
.sub-footer .widget-box ul.contact-list li {
  width: 100%;
}
.sub-footer .widget-box ul.contact-list .contact a {
  font-size: 25px;
}
.sub-footer .widget-box ul.contact-list .contact a img {
  margin-top: 5px;
  vertical-align: top;
}
.sub-footer .widget-box ul.contact-list .address p, .sub-footer .widget-box ul.contact-list .address .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .sub-footer .widget-box ul.contact-list .address ul, .sub-footer .widget-box ul.contact-list .address .page .page-content .content ul, .page .page-content .content .sub-footer .widget-box ul.contact-list .address ul {
  color: #59737F;
  font-size: 13px;
}
.sub-footer .widget-box ul.contact-list a.primary-btn {
  color: #8ACE3C;
  font-size: 13px;
  padding: 0;
  text-align: center;
  width: 208px;
  height: 30px;
  background: transparent;
  line-height: 30px;
}
.sub-footer .widget-box ul.contact-list a.primary-btn:hover {
  background: #8ACE3C;
  color: #fff;
}
.sub-footer .widget-box ul.contact-list a.appointment-btn {
  margin-bottom: 5px;
}

.footer {
  background-color: #0C0C0C;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer p, .footer .single-page .content-area article .entry-content ul, .single-page .content-area article .entry-content .footer ul, .footer .page .page-content .content ul, .page .page-content .content .footer ul {
  font-size: 15px;
  color: #5D5D5D;
}
.footer .copyright {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .footer .copyright {
    float: left;
  }
}
.footer .designed {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer .designed {
    float: right;
  }
}

/*# sourceMappingURL=screen.css.map */
