/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 2056px;
  background-color: white;
  margin: 0 auto !important;
}
body,
body p {
  color: #3d3d3d !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.7em !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(18px - 2px) !important;
  }
}
body a,
body p a {
  color: #4b6558;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: #cccccc;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Poppins', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #eeeeee;
}
.flex-layout1 .dark {
  background-color: #3e8566;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #eeeeee;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #3e8566;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #eeeeee;
}
.flex-spacer.dark {
  background-color: #3e8566;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 134px;
}
@media (max-width: 1310px) {
  .topbanner,
  .no-banner {
    margin-top: 85px;
  }
}
.site-header {
  background-color: white !important;
  max-width: 2056px;
  width: 100%;
  height: 134px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 1310px) {
  .site-header {
    height: 85px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  text-align: center;
  margin-top: 10px;
  width: auto;
}
@media all and (max-width: 1310px) {
  .site-header img {
    max-height: 130px;
    top: -50px !important;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 1310px) {
  .site-header.scroll {
    height: 85px;
  }
}
.site-header.scroll .nav-logo img {
  height: 130px;
  margin-top: 20px !important;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
.site-header .nav-logo img {
  position: absolute;
  height: 170px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
}
#main-nav .navbar-nav > li > a {
  color: #466054 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1vw 10px 1vw !important;
  margin: 0 0.3vw !important;
}
@media (max-width: 1310px) {
  #main-nav .navbar-nav > li {
    display: none;
  }
}
@media (max-width: 768px) {
  nav.navbar,
  .nav-right,
  #main-nav,
  ul#menu-extra-top,
  li {
    display: block;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #798c83 !important;
  background: none;
}
#main-nav .navbar-nav li.current-page-ancestor a,
#main-nav .navbar-nav li.current_page_parent a {
  background: transparent;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #3e8566;
  background-color: transparent;
  border-bottom: 3px solid #466054;
}
#main-nav #menu-extra-top > li:nth-child(4),
#main-nav #menu-extra-top > li:nth-child(5) {
  background: #798c83 !important;
  border-radius: 40px;
}
#main-nav #menu-extra-top > li:nth-child(4):hover,
#main-nav #menu-extra-top > li:nth-child(5):hover {
  transform: translate(3px, 3px) !important;
}
#main-nav #menu-extra-top > li:nth-child(4) a,
#main-nav #menu-extra-top > li:nth-child(5) a {
  color: white !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-bottom: none !important;
}
@media all and (max-width: 992px) {
  #main-nav #menu-extra-top > li:nth-child(4) a,
  #main-nav #menu-extra-top > li:nth-child(5) a {
    padding-bottom: 12px  !important;
  }
}
#main-nav #menu-extra-top > li:nth-child(4).current_page_item a,
#main-nav #menu-extra-top > li:nth-child(5).current_page_item a {
  padding-top: 10px  !important;
  background-color: transparent;
}
@media (max-width: 1310px) {
  #main-nav #menu-extra-top > li:nth-child(5) {
    display: block;
    margin-right: -20px;
  }
  #main-nav #menu-extra-top > li:nth-child(5) a {
    font-size: 12px !important;
    padding: 10px !important;
  }
}
@media (min-width: 1310px) {
  #main-nav #menu-extra-top > li:nth-child(5) {
    display: none !important;
  }
}
.extra-menu-top {
  position: absolute;
  float: none !important;
  right: 2px;
  top: -28px;
  height: 30px;
}
.extra-menu-top ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.extra-menu-top ul.menu li {
  display: inline-block;
}
.extra-menu-top ul.menu li a {
  color: #466054;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: white !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item.active a {
  color: #3e8566;
  text-decoration: underline;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: #466054;
  background: none;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: #3e8566;
  background-color: transparent;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 2056px;
  background-color: #2a332f;
  height: auto !important;
  color: #ffffff;
  margin: 0 auto;
  padding: 60px 0;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  color: #ffffff !important;
  font-size: 0.8em !important;
  line-height: 2em !important;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 400 !important;
}
.footer a:hover {
  color: #cccccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-bottom {
  padding: 30px;
  background-color: #1f2623;
}
.footer-bottom p {
  padding-top: 15px;
  color: #ffffff !important;
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.footer-menu ul.menu li a:hover {
  color: #cccccc;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 346px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
  padding: 190px;
  margin-top: 20px;
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: white !important;
}
.hero-banner .hero-banner-text p {
  color: white !important;
}
@media (max-width: 768px) {
  .hero-banner .hero-banner-text {
    padding: 80px 0 !important;
  }
}
body.home .hero-banner {
  height: 686px;
}
@media (max-width: 768px) {
  body.home .hero-banner {
    height: auto;
  }
}
body.home .hero-banner .container {
  max-width: 100%;
}
body.home .hero-banner .hero-banner-text {
  max-width: 100%;
  padding: 0px !important;
}
body.home .hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: #ffffff !important;
}
body.home .hero-banner .hero-banner-text p {
  font-size: 1.2em !important;
  color: #ffffff !important;
  font-weight: 300 !important;
}
@media (max-width: 992px) {
  body.home .hero-banner {
    display: none;
  }
}
body.page-id-1644 .hero-banner {
  height: 575px;
}
body.blog .entry-meta {
  display: none;
}
body.single-post .content-area {
  padding-top: 200px;
}
@media (max-width: 1310px) {
  body.single-post .content-area {
    padding-top: 150px !important;
  }
}
@media (max-width: 576px) {
  body.single-post .content-area {
    padding-top: 40px !important;
  }
}
body.single-post h1.entry-title {
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  color: #4b6558 !important;
  border-bottom: none;
}
body.single-post .entry-content {
  margin-top: 0px !important;
}
body.single-post .entry-meta {
  display: none;
}
body.single-post #primary .post-thumbnail {
  margin: 20px 0 60px 0;
}
body.single-post .comments-area {
  display: none;
}
body.single-post h1,
body.post-blog-post h1,
body.blog .hero-banner-text h1,
body.single-post h2.single-blog-header,
body.post-blog-post h2.single-blog-header,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 3em !important;
  text-align: center !important;
}
@media (max-width: 576px) {
  body.single-post h1,
  body.post-blog-post h1,
  body.blog .hero-banner-text h1,
  body.single-post h2.single-blog-header,
  body.post-blog-post h2.single-blog-header,
  body.blog .hero-banner-text h2.single-blog-header {
    font-size: 20vw;
    margin-top: 90px;
  }
}
body.single-post h2,
body.post-blog-post h2,
body.blog .hero-banner-text h2,
body.single-post h3.single-blog-header,
body.post-blog-post h3.single-blog-header,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
.wptww-testimonial-content {
  margin-top: 60px;
}
.wptww-testimonial-content i.fa-quote-left {
  display: none;
}
.wptww-testimonial-content h4 {
  display: none;
}
.helped-build h2,
.helped-build p {
  color: white !important;
}
.education-blog-home h2 {
  text-align: center;
  padding-bottom: 30px;
}
.education-blog-home .homepagenews .newsbox .newsbox-image {
  width: 100%;
  /* or specific width */
  height: 300px;
  /* adjust as needed */
  background-size: cover;
  background-position: center;
}
.education-blog-home .homepagenews .newsbox .newsbox-text h3 {
  line-height: 0.7;
}
.education-blog-home .homepagenews .newsbox .newsbox-text h3 a {
  color: #4b6558 !important;
  font-size: 20px;
  text-decoration: none;
}
.education-blog-home .homepagenews .newsbox .newsbox-text h3 a:hover {
  color: black !important;
}
.join-banner h3,
.join-banner p {
  color: #353535 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #353535;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
}
h2,
.h2 {
  font-size: 2.2em !important;
  color: #353535;
}
h3,
.h3 {
  color: white;
  font-size: 2.5em !important;
}
h4,
.h4 {
  font-size: 1.1em !important;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #798c83;
  color: #ffffff;
  border-radius: 40px;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 15px 40px;
  border: 1px solid transparent;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  background: #e2ede8;
  color: #466054;
  border: 1px solid transparent;
}
p a.mybutton.butdark,
a.mybutton.butdark {
  background: #456657;
  color: #ffffff;
  border: 1px solid transparent;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: #e2ede8;
  color: #466054;
  border: 1px solid #798c83;
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: #798c83;
  color: #ffffff;
  border: 1px solid #e2ede8;
}
.carousel-inner {
  margin-top: 130px;
}
@media (max-width: 1309px) {
  .carousel-inner {
    margin-top: 72px !important;
  }
}
.carousel-inner .carousel-item {
  height: 650px !important;
  background-size: cover;
}
@media (min-width: 1200px) {
  .carousel-inner .carousel-item {
    height: 600px;
  }
}
.carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.carousel-inner .carousel-item .carousel-caption h1 {
  text-align: center;
  color: white;
}
.carousel-inner .carousel-item .carousel-caption p {
  text-align: center;
  color: white !important;
}
@media (min-width: 1200px) {
  .carousel-inner .carousel-item .carousel-caption {
    margin-top: 30px;
  }
}
a.pp_expand {
  display: none !important;
}
.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}
h2.entry-title {
  font-size: 1.5rem !important;
  border-bottom: none;
}
h2.entry-title a {
  color: #4b6558 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
.entry-content {
  margin-top: 0px !important;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: #353535;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: #4b6558;
  text-decoration: none;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: #cccccc;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
}
body.woocommerce-page h1.entry-title {
  font-size: 30px !important;
}
body.woocommerce-page h2 {
  font-size: 20px !important;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a {
  background-color: #6c8178;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a:hover {
  background-color: #798c83;
}
body.woocommerce-checkout .place-order button.button {
  background-color: #6c8178;
}
body.woocommerce-checkout .place-order button.button:hover {
  background-color: #798c83;
}
form.cart button.button {
  text-decoration: none !important;
  background: #fcfcfc !important;
  color: #778a80 !important;
  border-radius: 40px;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 15px 40px;
  border: 1px solid #9ca09e;
  margin-top: 30px;
}
form.cart button:hover.button {
  background: #778a80 !important;
  color: #fcfcfc !important;
  border: 1px solid transparent;
  transform: translate(3px, 3px) !important;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  /* Stacks elements vertically */
}
.woocommerce div.product form.cart .quantity {
  margin-bottom: 10px;
  /* Space between quantity and button */
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  /* Ensures full width */
  clear: both !important;
  /* Prevents it from being beside the quantity box */
}
body.single-product {
  background-color: #eeeeee;
}
body.single-product .product .summary h1.product_title {
  font-size: 34px !important;
  font-weight: 600;
  color: #4b6558 !important;
}
body.page-template-flex-banner .woocommerce h2,
body.single-product .woocommerce h2,
body.page-template-flex-banner .related h2,
body.single-product .related h2 {
  text-align: center;
  font-size: 40px !important;
  font-weight: 500;
}
body.page-template-flex-banner .woocommerce ul.products li.product,
body.single-product .woocommerce ul.products li.product,
body.page-template-flex-banner .related ul.products li.product,
body.single-product .related ul.products li.product {
  background-color: #f8f9fa;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.single-product .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.page-template-flex-banner .related ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.single-product .related ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
  text-align: left;
  color: #4b6558;
  font-size: 1.2em !important;
  padding: 0 30px;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price,
body.single-product .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price,
body.page-template-flex-banner .related ul.products li.product a.woocommerce-loop-product__link span.price,
body.single-product .related ul.products li.product a.woocommerce-loop-product__link span.price {
  color: #3d3d3d;
  font-weight: 300 !important;
  padding-left: 30px;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text,
body.single-product .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text,
body.page-template-flex-banner .related ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text,
body.single-product .related ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text {
  display: none;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.button,
body.single-product .woocommerce ul.products li.product a.button,
body.page-template-flex-banner .related ul.products li.product a.button,
body.single-product .related ul.products li.product a.button {
  display: none;
}
body.page-template-flex-banner .product-faq h2,
body.single-product .product-faq h2 {
  text-align: center;
}
body.page-template-flex-banner .product-faq #wpsm_accordion_1632 .ac_open_cl_icon,
body.single-product .product-faq #wpsm_accordion_1632 .ac_open_cl_icon {
  color: #ffffff !important;
  background-color: #798c83 !important;
  border-radius: 50%;
}
body.page-template-flex-banner .product-faq .wpsm_panel-group .wpsm_panel,
body.single-product .product-faq .wpsm_panel-group .wpsm_panel {
  margin-bottom: 19px;
}
body.page-template-flex-banner .marketplace-tiles .boxtiles,
body.single-product .marketplace-tiles .boxtiles {
  background-color: #eeeeee;
  padding: 60px;
}
body.page-template-flex-banner .marketplace-tiles .boxtiles a.mybutton,
body.single-product .marketplace-tiles .boxtiles a.mybutton {
  margin-top: 0 !important;
  padding: 10px 20px !important;
}
body.page-template-flex-banner .marketplace-tiles .marketplace-tile-right .sota-drops,
body.single-product .marketplace-tiles .marketplace-tile-right .sota-drops {
  margin-bottom: 20px;
}
body.page-template-flex-banner .marketplace-tiles h4,
body.single-product .marketplace-tiles h4 {
  color: #4b6558;
  margin-bottom: 0 !important;
}
body.page-template-flex-banner .featured-products h2.featured-title,
body.single-product .featured-products h2.featured-title {
  text-align: center;
}
body.page-template-flex-banner .wholesale-orders h4,
body.single-product .wholesale-orders h4 {
  color: #4b6558;
  padding-left: 30px;
}
body.page-template-flex-banner .wholesale-orders p.whole,
body.single-product .wholesale-orders p.whole {
  padding-left: 30px;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  width: 80%;
  background: lightskyblue;
  margin: -150px auto 0 auto;
  padding: 50px;
}
span.slick-arrow,
ul.slick-dots {
  display: none !important;
}
.solutions-boxes .custom-box {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .solutions-boxes .custom-box {
    margin-top: 60px;
  }
}
.solutions-boxes .white-box {
  position: relative;
  width: 100%;
  background: white;
  border: 11.5px solid transparent;
  padding: 30px;
}
.solutions-boxes .white-box p.box-text {
  font-size: 16px !important;
}
.solutions-boxes .white-box h4 {
  padding-top: 60px;
  color: #4b6558;
  font-size: 1.5rem !important;
}
.solutions-boxes .icon-box {
  border: 11.5px solid #eeeeee !important;
}
.solutions-boxes .circle-img {
  position: absolute;
  top: -41px;
  left: 50%;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 2 !important;
}
.solutions-boxes .arrow-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 47px;
  height: 33px;
}
.solutions-boxes .link-spanner:hover {
  outline: 2px solid #3e8566;
}
.solutions-boxes .repeater-heading {
  margin: 0px !important;
}
.white-label-boxes {
  text-align: center;
}
.white-label-boxes .link-spanner {
  border: 1px solid #e2e2e2 !important;
}
.white-label-boxes h4 {
  padding-top: 10px !important;
}
.minimum-order-disclaimer {
  text-align: center;
}
.minimum-order-disclaimer .mybutton {
  margin: 10px;
}
