section.donation-step {
    padding: 25px;
    border: 5px solid #f7f7f7;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-container {
    border: 0px !important;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-style: none;
    display: flex;
    justify-content: center;
}

.donate-title{
    text-align: center;
}

.donate-title > h1{
    text-align: center;
    font-size: 20px;
    color: #333;
}

.donate-title-selection > h1{
    text-align: center;
    font-size: 20px;
    color: #333;
}

.donate-title > .landing-output > h1{
    text-align: center;
    font-size: 20px;
    color: #333;
}

.landing-choose{
    padding: 4rem 0rem 3rem;
}

.landing-frequency{
    padding: 4rem 0rem 3rem;
}

.landing-amount,.landing-purpose{
    font-weight: bold;
}

.button-wrapper{
    padding: 4rem 0rem 4rem;
}

.landing-title-form > h2{
    border-bottom: 0px solid transparent;
    font-weight: bold;
    color: #000;
    padding-bottom: 3rem;
}

.label-wrapper {
    display: flex;
    justify-content: space-between;
}

.wizard > div.wizard-inner {
    position: relative;
}

.hide {
    display: none;
}

.connecting-line {
    height: 3px;
    background: #dcaa28;
    position: absolute;
    width: 100%;
    max-width: 186px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.select-but{
    border: 1px solid #005aa0;
    background: transparent;
    color: #005aa0;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem 4rem;
}

.select-but:hover, .select-but:focus, .select-but:active {
    border: 1px solid #005aa0!important;
    background: #005aa0;
    color: #fff;
    outline: 0px auto -webkit-focus-ring-color!important;
}

.activebut{
    border: 1px solid #005aa0!important;
    background: #005aa0;
    color: #fff;
    outline: 0px auto -webkit-focus-ring-color!important;
}

.next-step{
    border: 1px solid #dcaa28!important;
    background: transparent;
    color: #dcaa28!important;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem 4rem;
}

.next-step:hover, .next-step:focus, .next-step:active{
    border: 1px solid #dcaa28!important;
    background: transparent;
    color: #dcaa28!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}

.button-grouper{
    padding: 1rem 2rem!important;
}

.fas.fa-angle-right {
    font: normal normal normal 16px/1 FontAwesome;
    padding-left: 1rem;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.tab-pane > .form-container{
    border: 0px solid #f7f7f7;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: #DFDDDD;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #000;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #005aa0;
    border-style: none;
    color: #fff;
}

.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #000;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.row-landing{
    padding: 2rem 10rem;
}

.g-recaptcha{
    text-align: left;
    padding: 2rem 0rem;
}

.landing-donate-button {
    padding: 0 6rem 0rem 10rem;
}

section.donation-step input[type=submit].submit-donation {
    padding: 1rem 4rem;
}

.landing-continue {
    display: flex;
    justify-content: space-around;
    padding: 3rem 0rem;
}

.landing-footer {
    display: flex;
    padding-top: 4rem;
    justify-content: space-around;
    align-items: center;
}


@media (min-width: 992px){
    .col-md-9 {
        width: 100%;
    }
}

@media (min-width: 768px){
    .col-sm-9 {
        width: 100%;
    }
}

@media (max-width: 767px){
    .support-box-landing {
        width: 50%;
    }

    .col-sm-9 {
        width: 100%!important;
    }

    .landing-footer {
        display: flex;
        padding-top: 4rem;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .landing-donate-button {
        padding: 2rem 0rem 2rem 0rem;
    }

    .row-landing{
        padding: 2rem 0rem;
    }
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .connecting-line {
        height: 3px;
        background: #dcaa28;
        position: absolute;
        width: 100%;
        max-width: 86px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }
}
