* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
}
/* html, body {
    overflow-x: hidden;
} */
body {
  background-color: #fff;
  color: #747474;
  font-family: "Poppins";
  margin: 0 auto !important;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
a, a img, img {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video,input,button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Poppins";
    background: 0 0;
}
ul  {
    list-style: none;
    padding-left: 0
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.col-2 {
    width: 20%;box-sizing: border-box;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.col-6 {
    width: 60%;box-sizing: border-box;
}
.col-5 {
    width: 50%;box-sizing: border-box;
}
.col-3 {
    width: 30%;box-sizing: border-box;
}
.col-4 {
    width: 40%;box-sizing: border-box;
}
.col-45 {
    width: 45%;box-sizing: border-box;
}
.col-7 {
    width: 70%;box-sizing: border-box;
}
.col-9 {
    width: 90%;box-sizing: border-box;
}
.col-half {
    width: 50%;box-sizing: border-box;
}
.col-full {
    width: 100%;box-sizing: border-box;
}
.col-third {
    width: calc(100% / 3);box-sizing: border-box;
}
.col-forth {
    width: calc(100% / 4);box-sizing: border-box;
}
.justifyspacebetween {
    justify-content: space-between;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.aligncenter {
    align-items: center;
}
.headingBox {
  margin: 0 auto 40px;
}
.featuredarticlesec .headingBox{text-align: center;}

.center {
  text-align: center;
}
.headingBox h2 {
  color: #292929;
  font-size: 42px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  word-wrap: break-word
}
.headingBox p {
  color: #735B4B;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word

}
.textwhite * {
  color: #fff !important;
}
.lightgreenbg {
  background: #CEF1C8;
  border: 2px #CEF1C8;
  color: #106B06;
}
a,button {
    cursor: pointer;
}
.mt0 {
    margin-top: 0px !important;
}
.mt30 {
    margin-top: 3rem !important;
}
.mgb15{margin-bottom:15px;}
.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mb0 {
    margin-bottom: 0!important;
}
#login_nonce .radiogroup.row.mb0 {
    align-items: center;
}
button#forgot-submit-btn {
    max-width: max-content;
    width: auto !important;
    padding: 0 30px;
}
div#forgot h3, div#signin h3, #registration_nonce h3 {
    text-align: center;
}
.login-divider span {
    position: relative;
    z-index: 1;
}
.login-tabs .tab-button.active {
    background: #fff;
    color: #28ac27 !important;
    border-bottom: 3px solid #28ac27 !important;
}
.form-links a {
    color: #28ac27 !important;
    text-decoration: none;
}
.form-links a:hover {
    text-decoration: underline;
}
.footerlogo img{width:18rem;}