.resources{
    height: 70px;
    }
.trust{
    background: #456b9c;
}
.selfesteem{
    background: #e7ba1f;
}
.expressingemothions{
      background: #2f9d47;
}
.relationships{
        background: #df2b2e;
}
.agreement{
    display: none;
    
}
.become-volunteer__input.become-volunteer__message-box {
    height: auto;
}
.block1{
    color: #456B9C;
}
.block2{
    color: #2F9D47;
}
.block3{
    color: #E7BA1F;
}
.block4{
    color: #DF2B2E;
}
.faq-one__right {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}
.become-volunteer__points li {
    align-items: initial;
}
.become-volunteer__points li .icon {
margin-top: 7px;
min-width: 16px !important;    
}
.team-one__single:hover .team-one__shape-1 {
  opacity: 1;
}
.feature-one {
    padding: 128px 0 0px;
}
body{
font-size:20px;}
a {
    color: #0d6efd;
}
.main-slider__title {
font-size:50px;
line-height: 50px;    
}
.thm-btn {
    background-color: #456b9b;
}
.thm-btn:after {
    background-color: #2e9c47;
}
.team-one__name a:hover {
    color: #0d6efd;
}
.main-menu__logo img{
    max-width: 200px;
}


.main-menu__logo a:before {
background-color: #456b9b;
}
.login {
margin-bottom: 20px;}

.login input[type="text"], .login input[type="password"] {
    height: 64px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--wishon-extra);
    color: var(--wishon-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--wishon-bdr-radius);
}
.tagline{
    color: white;
    width: 100%;
text-align: center;
    margin-bottom: 50px;
}

.site-footer {
    padding-top: 77px;
}

.form-validation {
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 11;
  margin-top: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}
.form-wrap {
  position: relative;
}
.form-wrap.has-error .form-input {
  border-color: #f5543f;
}
.form-wrap.has-focus .form-input {
  border-color: #76aa6f;
}
.form-wrap-recaptcha .form-validation {
  top: 2px;
  right: 5px;
  bottom: auto;
}
.form-wrap + * {
  margin-top: 20px;
}
.form-wrap .button {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form-wrap + * {
    margin-top: 30px;
  }
  .form-wrap + .button, .form-wrap + .group-button-1 {
    margin-top: 60px;
  }
}
.form-input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .1em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #151515;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #000000;
  border-width: 1px;
    margin-top: 10px;
}
@media (min-width: 768px) {
  .form-input {
    font-size: 15px;
    min-height: 60px;
    padding: 17px 10px;
  }
}
.form-input:focus {
  outline: 0;
}
textarea.form-input {
  height: 114px;
  min-height: 60px;
  max-height: 194px;
  resize: vertical;
}
textarea.textarea-lg {
  height: 140px;
  max-height: 238px;
}
.form-label, .form-label-outside {
  margin-bottom: 0;
  color: #151515;
  font-weight: 400;
}
.form-label {
  position: absolute;
  text-align: left;
  top: 25px;
  right: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .1em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  transform: translateY(-50%);
  will-change: transform;
  pointer-events: none;
  transition: .25s;
  z-index: 9;
}
@media (min-width: 768px) {
  .form-label {
    top: 30px;
    font-size: 15px;
  }
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #151515;
}
.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
  }
}
#form-output-global {
  position: fixed;
  bottom: 50vh;
  left: 40%;
  margin-right: 15px;
  z-index: 2000;
  visibility: hidden;
  /**/ transform: translate3d(-1500px, 0, 0);
  transition: .3s all ease;
}
#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.snackbars {
  padding: 50px 50px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #151515;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.snackbars .icon-xxs {
  font-size: 18px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
.ui-datepicker{z-index: 99 !important}
.agree{
display:none;

}
h2{
padding-top:20px;}

.formtable table{
width:100%;
    margin-top: 50px;
}
.formtable td{

    padding-left: 5px;
    padding-right: 5px;
width: 33%}
.virttop {
    vertical-align: top;
}
.formtable2 table{
width:100%;
    margin-top: 50px;
}

.formtable2 td:first-child{

    padding-left: 5px;
    padding-right: 5px;
width: 66%}

.formtable2 td{

    padding-left: 5px;
    padding-right: 5px;
width: 33%}

.missingfields{
    display: none;
    padding-top: 20px;
color:red;
font-weight:900;
}