.text-white {
    color: #fff !important;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
}
.iqdb-donateMain {
    background: #0776bb;
    padding: 15px -10115px;
    margin: 0 -9999px;
}
.iqdb-donateMain.iqdb-sticky-donation-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 9;
    padding-top: 0;
    right: 0;
}
.mainHeading {
    text-transform: uppercase;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.iqdb-donateMain h2 {
    float: left;
	padding: 1% 0 0	;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: normal;
}
.iqdb-donateMain form {
    overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
}
.iqdb-donateMain .btn {
    color: #fff !important;
    background: #D41212 !important;
    height: 46px;
    padding: 8px 16px !important;
    font-size: 22px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: none;
}
.iqdb-donateMain input[type=text]{
     background: #0776bb;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    border-color: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0px 16px;
	width: 100%;
    -webkit-appearance: none;
}
.iqdb-donateMain select {
    background: #0776bb;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    border-color: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0px 16px;
	width: 100%;
    -webkit-appearance: none;
    background-image: url(../images/select-dropdown-arrow.gif);
    background-position: 95% 50%;
    background-size: 12px 10px;
    background-repeat: no-repeat;
}
.iqdb-form-control {
    border-radius: 0px;
    border-color: #777;
}
input#amount-mobile::placeholder {
    color: #fff;
}
@media screen and (max-width:1024.98px){
	.iqdb-donateMain .btn {
		font-size: 18px !important;
	}
	.iqdb-donateMain h2 {
		float: none;
		padding: 0;
		text-align: center;
		margin-top: 10px;
	}
}
@media screen and (max-width:767.98px){
	.iqdb-donateMain {
		margin: 0;
	}
	.iqdb-donateMain.iqdb-sticky-donation-bar {
		position: relative;
	}
}