.donate-form-area{
    position: relative;
    display: block;
    background: var(--thm-primary);
    padding: 100px 0 100px;
    z-index: 1;
}
.donate-form-area_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}


.donate-form-area .auto-container {
    max-width: 1280px;
}

.donate-form_box{
    position: relative;
    display: flex;
    align-items: center;
}
.donate-form_box .title {
    position: relative;
    display: block;
    width: 32%;
}
.donate-form_box .title h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 44px;
    font-weight: 800;
    margin: 0 0 9px;
}
.donate-form_box .title p{
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

.donate-form {
    position: relative;
    display: block;
    width: 68%;
}
.donate-form ul{
    position: relative;
    display: block;
    padding-right: 230px;
}
.donate-form ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 100%;
    border-right: 1px solid #e3e9f4;
}
.donate-form ul li:last-child{
    border-right: none;
}

.donate-form .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 75px;
}
.donate-form .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 0px solid #cccccc;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #666666 !important;
    font-size: 16px;
    line-height: 75px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: var(--thm-font);
}
.donate-form .left .bootstrap-select>.dropdown-toggle{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.donate-form .right .bootstrap-select>.dropdown-toggle{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.donate-form .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.donate-form .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: initial !important;
}


.donate-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.donate-form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 16px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.donate-form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f2f2f2;
    font-size: 16px;
    color: #000000;
    z-index: 999999;
}
.donate-form .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.donate-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}
.donate-form .dropdown-item.active,
.donate-form .dropdown-item:active {
    color: var(--thm-primary);
}
.donate-form .dropdown-item:hover {
    color: var(--thm-primary);
}


.donate-form .button-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
}
.donate-form .button-box .btn-one {
    display: block;
    width: 100%;
    line-height: 75px;
}

