
.donate-form input[type="email"] {
    border-radius: 50px !important;
    box-sizing: border-box;
    height: 35px !important;
}

.select2.select2-container .select2-selection {
    border: none;
    border-bottom: 2px solid green;
    border-radius: 0;
    margin-top: 16px;
    align-content: center;
}

.answer {
    display: none;
}

.row-fluid {
    text-align: center;
}

.btn_dark {
    background-color: #25283a;
    color: #FFF !important;
    border-radius: 30px
}

    .btn_dark:hover {
        background-color: #000;
        color: #FFF !important;
    }

.image_sm {
    max-width: 50px;
}

.dropdown_custom {
    border-radius: 10px;
    border: 1px solid #EEE;
    padding: 12px 10px;
    max-width: 300px;
    min-width: 270px;
}

.font-weight-bold {
    font-weight: bold;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.modal-open .modal {
    z-index: 9999 !important;
}

.error {
    color: red;
    font-weight: 500 !important;
}
  .bread-crumb .active{
    color:brown !important;
  }

  .s-media {
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 9999;
    transition: all linear 0.2s;
}

    .s-media a:first-child {
        border-radius: 0 5px 0 0;
    }

    .s-media a:last-child {
        border-radius: 0 0 5px 0;
    }

.s-item {
    display: block;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    transition: all linear 0.2s;
}

    .s-item:hover {
        width: 70px;
    }

#sm-open {
    position: fixed;
    bottom: 100px;
    z-index: 9999;
    left: -60px;
    background-color: #ff7e1e;
    border-radius: 0 30px 30px 0;
    transition: all linear 0.2s;
    opacity: 0.5;
}

.facebook {
    background-color: #305891;
    color: #fff;
}

.twitter {
    background-color: #009e00;
    color: #fff;
}

.gplus {
    background-color: #00b800;
    color: #fff;
}

.print {
    background-color: #7CB0A4;
    color: #fff;
}

.sm-collapse {
    left: -60px;
    color: #fff;
}


.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    /* Style the icon bar links */
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        /* Style the social media icons with color, if you want */
        .icon-bar a:hover {
            background-color: #000;
        }


.facebook {
    background: #008500;
    color: white;
}

.twitter {
    background: #009e00;
    color: white;
}

.google {
    background: #00b800;
    color: white;
}

.linkedin {
    background: #00d100;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}
.alert {
    padding: 20px;
    background-color: #ff9800;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }


    