html {
  scroll-behavior: smooth;
}
.split { 
    clear: both;
}
.strike {
    color: #ccc;
}
.mzero {
    margin: 0px 0 5px 0px !important;
}
.intro {
    display: none;
}
.shadow {
    display: none;
}
.private {
    display: none;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
  height: 55px;
}
/*
#particles-js{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    height: 100vh;
    z-index: 444;
    
}
*/

.count-particles{
/*  background: #000022;*/
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #e9d2cc;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
    
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

.features {
    width: auto;
}
.features p {
    font-size: 12px !important;
    min-height: 90px !important;
}
/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
/*  background-color: #b61924;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 51;
}
.intrologo {
    max-width: 260px;
    width: 95%;
}
.ytvid {
    width: 650px;
    height: 400px;
    box-shadow: 0 4px 8px #666;
}

#close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #333;
  background:  rgba(196,148,107,1);
  padding: 0px 5px 0px 5px;
  font-size: 18px;
  border-radius: 4px;
}
@media only screen and (max-width: 680px) {
.ytvid {
    width: 95%;
    height: 178px;
    box-shadow: 0 4px 8px #666;
}    
#close {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  color: #333;
  background:  rgba(196,148,107,1);
  padding: 0px 5px 0px 5px;
  font-size: 18px;
  border-radius: 4px;
}    
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  z-index: 999999;
}
#popup {
  z-index: 99999999;
  box-sizing: border-box;
  
  position: fixed;
  display: none;
  width: 780px;
  box-shadow: 0 4px 40px #000;
  padding: 0px 2px 30px 2px;
  box-sizing: border-box;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}
@media only screen and (max-width: 680px) {
#popup {
  width: 350px;
}   
}
#popup h3 {
  font-size: 30px;
  margin-bottom: 6px;
  color: #5c725d;
  font-weight: 300;
    margin-top: 10px;
    text-align: center;
  
}
@media only screen and (max-width: 680px) {
#popup h3 {
  font-size: 20px;
}   
}
#popup h3 span {
  color: #5c725d;
  font-weight: 100;
  text-transform: none;
}
#popup h4 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 100;
  text-transform: none;
  color: #a3b5a4;
    text-align: center;
}
#popup h5 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 100;
  text-transform: none;
  color: #a3b5a4;
}
#popup p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
    color: #a3b5a4;
    text-align: center;
    padding: 0px 30px;
    box-sizing: border-box;
  
}
#popup p a {
  color: #84391b;
}
#popup p a:hover {
  text-decoration: underline;
}
.categories {
    width: 100%;
}
.categories ul {
    padding: 0px;
    margin: 0px;
}
.categories ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.categories ul li span {
    
    font-weight: 600;
    float: right
}
.categories ul li a {
    font-size: 14px;
    display: block;
    padding: 8px 0px;
    color: #434341;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    text-transform: uppercase;
    
}
.categories ul li a:hover {
    color: #303030;
    border-bottom: solid 1px rgba(0,0,0,0.3);
}
.fh5co-lightcream-section {
    background-color: #f9f8f1;
}
.prodlist {
    width: 100%;
}
.prodlist ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.prodlist ul li {
    width: 32.3%;
    padding: 0px;
    margin: 0px 0.5%;
    list-style: none;
    float: left;
    box-shadow: 0 2px 4px #ccc;
    padding: 8px;
    background-color: #fff;
    box-sizing: border-box;
       transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: scale(0.9);
   
}
.prodlist ul li:hover {
    transform: scale(1);
    box-shadow: 0 2px 24px #ccc;
}
.prodlist ul li img {
    width: 100%;
    height: 333px;
    object-fit: cover;
    margin-bottom: 9px;
}
.prodlist ul li p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 10px 0px;
    height: 35px;
}
.prodlist ul li h4 {
    font-size: 22px;
    font-weight: 600;
}
.prodlist ul li h4 span {
    font-size: 15px !important;
    font-weight: 400 !important;
}
.prodshowcase {
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px #ccc;
    padding: 4px;
    box-sizing: border-box;
}
.ptag {
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
}
.ptag span {
    font-size: 20px !important;
    font-weight: 300;
}
.qtyin {
    border: solid 1px #ccc;
    outline: none;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 50px;
    width: 100px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #ccc;
}
.fullpic {
    width: 100%;
}
.mt {
    margin-top: 10px;
}
.noticount {
    position: absolute;
    font-weight: 900;
    margin-left: 30px;
    margin-bottom: 20px;
}
.register {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px rgba(255,255,255,0.3)
}
.account {
  top: 40% !important;
}
.lgraybg {
    background-color: #f9f9f9;
}
.bicon {
    font-size: 50px;
    margin-bottom: 15px;
    display: block;
}
.mbz {
    margin-bottom: 5px !important;
}
.mb {
    margin-bottom: 20px !important;
}
.block {
    display: block;
}
.tabcontentc ul {
    width: auto;
  margin: 0px 0 0 15px;
  padding: 0px;
}
.tabcontentc li {
    width: 100;
    padding: 0px;
    margin: 8px 0px;
}
.colm2m {
    float: left !important;
    width: 50% !important;
}
.pg {
    width: 100%;
}
.pg ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.pg ul li {
    width: 24%;
    margin: 0.5%;
    list-style: none;
    float: left;
}
.pg ul li img {
    width: 100%;
}
.gv {
    width: 100%;
}
.gv ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.gv ul li {
    width: 49%;
    margin: 0.5%;
    list-style: none;
    float: left;
}
.gv ul li .gvprop {
    width: 100%;
    margin: 0.5% 0px;
    height: 305px;
    box-shadow: 1px 2px 10px #999;
}
.program {
    background: rgba(255,255,255,0.5);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 2px 4px #ddd;
    margin: 12px 0px;
    box-sizing: border-box;
}
.framepic {
    padding: 4px;
    box-shadow: 1px 2px 3px #ccc;
    box-sizing: border-box;
}
.pcaption {
    display: block;
    padding: 8px 0px;
    font-family: "Inter", serif;
    font-size: 12px;
    font-weight: 600;
}
.faq {
    width: 100%;
}
.faq .accordion {
  background-color: #647a65;
  color: #fff;
  cursor: pointer;
  padding: 12px;
    display: block;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
   
}

.faq .active, .accordion:hover {
  background-color: #506251;
    color: #fff;
}

.faq .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq .active:after {
  content: "\2212";
}

.faq .panel {
  padding: 0 12px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
     margin-bottom: 2px;
}
.faq .panel p {
  padding: 18px 18px 12px 18px;
  box-sizing: border-box;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #c8bdab;
  background-color: #c8bdab;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;    
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #7a8076;
    color: #edebdf;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #7a8076;
    color: #edebdf;
}

/* Style the tab content */
.tabcontentc {
  display: none;
  padding: 24px 0px;
/*  border: 1px solid #ccc;*/
  border-top: none;
/*    background-color: #fff;*/
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 24px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.botslogo {
    width: 90px;
    margin-top: -90px;
    position: relative;
    margin-bottom: 10px;
}
.testblock {
    height: 350px;
}
.testu {
    width: 75px;
    border-radius: 50px;
}
.listpoint {
    width: 100%;
}
.listpoint ul {
    width: auto;
    padding: 0px;
    margin: 0px 0 0 15px;
}
.listpoint ul li {
    width: 100%;
    margin: 10px 0 10px 0px;
}
.gmap {
    width: 100%;
}
.blogbox {
    height: 420px;
    margin-bottom: 100px;
}
.rightpic {
    float: right;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px #ccc;
    margin-left: 20px;
}
.clevel {
    font-size: 13px !important;
    display: block;
    padding-bottom: 5px;
}
.clsd {
    display: block;
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #edebdf;
    border: solid 2px #c8bdab;
    font-size: 12px !Important;
    color: #1d4420 !Important;
    line-height: 18px;
    font-style: italic;
    margin: 10px 0px;
    border-radius: 8px;
}
.greenc {
    color: #edebdf !important;
    font-size: 30px;
    float: right;
    background-color: #607661;
    padding: 6px 12px;
    box-sizing: border-box;
    margin-top: -25px;
    margin-right: 10px;
    border: solid 1px #76bf7b;
    border-radius: 6px;
}
.stext {
    font-size: 11px !important;
    min-height: 90px;
}
.small-text {
     font-size: 12px !important;
    font-style: italic;
    color: #666;
}
.btext {
   font-size: 21px !important;
}
.block {
    display: block;
}
.mzero {
    margin-bottom: 10px;
}
.mzeros {
    margin-bottom: 2px;
}
.sepline {
    border-top: dashed 1px #999;
    display: block;
    padding-top: 10px;
}
.quickuserboxs {
    width: 100%;
    margin-top: -125px;
}
.profilebox {
    background-color: #edebdf;
    color: #434341;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;
}
.profilebox h4 {
    color: #7a8076;
}
.profilebox {
    background-color: #edebdf;
    color: #434341;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;
}
.mycoursebox {
    background-color: #c8bdab;
    color: #434341;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;
}
.mycoursebox h4 {
    color: #434341;
}
.myorderbox {
    background-color: #7a8076;
    color: #edebdf;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;
}
.myorderbox h4 {
    color: #fff;
}
.mycertibox {
    background-color: #434341;
    color: #7a8076;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;
}
.mycertibox h4 {
    color: #c8bcac;
}
.supportticketbox {
     background-color: #303030;
    color: #7a8076;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;   
}
.supportticketbox h4 {
    color: #7a8076;
}
.invitebox {
     background-color: #111111;
    color: #7a8076;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #c8bdab;      
}
.invitebox h4 {
    color: #7a8076;
}
.highpoints {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.du {
    width: 75px;
    float: right;
}
.borright {
    border-right: solid 1px #ddd;
}
.borleft {
    border-left: solid 1px #ddd;
}
#cmodules .accordion {
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 4px 0px;
    box-shadow: 0 1px 2px #ccc;
    font-weight: 600;
}

#cmodules .active, .accordion:hover {
  background-color: #7a8076;
    color: #fff;
}

#cmodules .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#cmodules .active:after {
  content: "\2212";
}

#cmodules .panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.padbox {
    padding: 18px;
    box-sizing: border-box;
}