.custom_accardion {
    width: 90%;
    margin: auto;
}


.label_cards {
    margin-left: 20px;
    display: flex;
    align-items: center
}

.label_cards img {
    width: 200px;
    margin-left: 20px;
}

.custom_accardion_header {
    display: flex;
    background: #d9d9d9;
    border-radius: 10px 10px 0 0;
    color: #898989;
}

.custom_accardion_header .item {
    padding: 12px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.custom_accardion_header .item.active {
    background: orange;
    color: #FFFFFF;
    position: relative;
}

.custom_accardion_header .item.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    background: #ffa500;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
}

.form_accardion {
    padding: 30px 60px;
    width: 100%;
}

.custom_accardion_body {

    color: #606060;
    background: #F1F1F1;
    display: none;
}

.custom_accardion_body.active {
    display: flex;
}

.input_donate {
    background: transparent;
    border: none;
    width: 60px;
    border-bottom: solid 1px;
    font-weight: 600;
}

.custom_accardion_body h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.custom_accardion_body p {
    margin-bottom: 0;
    font-weight: 600;
}

.custom_accardion_body p b {
    font-size: 35px;
}

.img_accardion {
    height: 240px;
    width: 70%;
    background-size: cover;
}

.payment_form {
    padding: 30px;
    background: #f1f1f1;
    display: none;
}

.payment_form.active {
    display: block;
}

.payment_form input {
    border: none;
}

.payment_form .form-group {
    margin-top: 20px;
}

.dcf {
    display: flex;
}

.montly_price {
    font-size: 35px;
    font-weight: bold;
    color: #ff7f00;
    border-color: black;
    outline: none;
}

.once_price {
    outline: none;
    font-size: 35px;
    font-weight: bold;
    color: #ff7f00;
    border-color: black;
}

.navbar-dropdown a{
  text-decoration: none;
  color: #16497B;
}

.navbar-dropdown a:hover{
  color: #163f70!important;
}

.columns .column{
  text-decoration: none;
}

@media (max-width: 650px) {
    .donate_menu .donate_tab {
        padding: 0.8em 0.2em;
    }
}

@media (max-width: 550px) {
    .hero-container {
        height: auto;
    }

    .donate_menu {
        margin-top: 30px;
        display: block;
    }

    .alert {
        width: 80% !important;
    }

    .custom_accardion_body {
        position: relative;
    }

    .img_accardion {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .form_accardion {
        padding: 30px 60px;
        width: 100%;
        z-index: 99;
        background: #ffffff73;
    }


    .label_cards {
        margin-left: 0;
        display: block;
    }
    .label_cards img {
        margin-left: 0;
    }
    .modal{
        padding-right: 0!important;
    }
    .navbar .nav-lang-switch{
      display: none;
    }
}
