/* body.page-template-page-donate,
section#layout-content.donate{
    background:#6D2B5C;
}

body.page-template-page-donate .compact-menu-icon figure,
body.page-template-page-donate .compact-menu-icon figure:before, 
body.page-template-page-donate .compact-menu-icon figure:after{
  background:#fff;
}


body.page-template-page-donate footer,
body.page-template-page-donate footer a{
    color:#fff;
}

body.page-template-page-donate .menu>li a{
    color:#fff;
}

body.page-template-page-donate .menu>li a:before{
    background-color:#fff;
}

body.page-template-page-donate div.content{
    display:flex;
    flex-direction: row;
    color:#fff;
    justify-content: space-between;
}

body.page-template-page-donate div.sliders {
    margin: 20px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 42px;
  }
  
  .slide-option {
      display: flex;
      flex-direction: row;
  }
  
  div.slider {
    display: block;
    width: 100%;
    margin: 20px auto;
    background-color:#6D2B5C;
    height: 2px;
  }
  
  div.slide {
    width: 33%;
    height: 100%;
    background: #1663AC;
    position: relative;
  }
  
  div.control {
    width: 15px;
    height: 15px;
    border-radius: 50%;
   // padding: 40px;
    background: #7C71A1;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
  }
  
body.page-template-page-donate  .switch{
    position:relative;
    left:-100px;
  }

body.page-template-page-donate .email_enter{
   
    color:#6D2B5C;
    font-size:20px;
    font-weight: 600;
    font-family: 'Roboto Slab',serif;
}


body.page-template-page-donate  input[type=email]{
    border:1px solid #6D2B5C;
    width:46%;
}

body.page-template-page-donate  .secondary .content{
      color:#000;
      display:flex;
      align-items: center;
  }

  body.page-template-page-donate  .secondary .col1{
      width:49%;
  } 
  body.page-template-page-donate  .secondary .col1 h4{
  font-size: 30pt;
  line-height: 39pt;
  color:#6D2B5C;
  font-weight: 600;
  }
body.page-template-page-donate  .secondary .col2{
    width:49%;
    margin: 0 80px 0 0;
} */