.container-fluid.the-footer-section , header{
	display: none !important
}

body {
    background-image: url(../img/logo.png) , url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 115px;
    background-position: calc(100% - 30px) 30px , calc(30px) 30px;
}
.volunteer-form-wrapper.container-fluid {
    padding-bottom: 120px;
}
.dropdown.bootstrap-select.bs3 {
    width: 100% !important;
    display: inline-block;
}
.form-control {
    border-radius: 25px !important;
    outline: 0;
	transition: 0.4s all ease-in-out !important
}
.form-group label {
    color: #7C1313;
    font-size: 16px;
}
.form-control:focus {
    border-color: #7C1313;
    outline: 0;
    -webkit-box-shadow: 0 4px 6px rgba(183,32,43,0.6);
    box-shadow: 0 4px 6px rgba(183,32,43,0.6);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #7C1313;
    background-image: -webkit-linear-gradient(top,#7C1313 0,#7C1313 100%);
    background-image: -o-linear-gradient(top,#7C1313 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7C1313),to(#000));
    background-image: linear-gradient(to bottom,#7C1313 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C1313', endColorstr='#000000', GradientType=0);
    background-repeat: repeat-x;
	transition: 0.4s all ease-in-out !important
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-align: right;
	transition: 0.4s all ease-in-out !important
}
.bootstrap-select .dropdown-toggle .caret {
    right: unset;
    left: 12px;
	color: #7C1313;
	transition: 0.4s all ease-in-out !important
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 25px;
	outline: 0px !important;
	    background-image: unset;
	transition: 0.4s all ease-in-out !important
}
.dropdown.bootstrap-select.bs3 {
    background: #fff;
    outline: 0px !important;
	transition: 0.4s all ease-in-out !important
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 0px !important;
    outline-offset: -2px;
}
.col-md-12.form-btn-wrapp {
    text-align: center;
    margin-top: 15px;
}
.form-group {
    margin-bottom: 30px;
}
.container.vol-form {
    background-color: rgba(255, 255, 255, .5);
    padding-top: 40px;
    box-shadow:0px 0px 41px rgba(40, 40, 40, 0.2);
    padding-bottom: 40px;
	    border-radius: 15px;
}
.the-all-form-title {
    text-align: center;
	margin-bottom: 35px;
}
.the-all-form-title span {
    color: #333;
    text-align: center;
    border-width: 0 4px 4px 0;
    border-color: #7C1313;
    border-style: solid;
    font-size: 24px;
    padding: 0 5px 5px 0;
    border-bottom-right-radius: 20px;
}
@media(min-width:768px){
	.row.flexy {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0px;
}
}
@media(max-width:767px){
	body {
    background-size: 70px;
		    background-position: calc(100% - 40px) 30px , calc(40px) 30px;
		padding-top: 80px

	}
	.form-group {
    padding: 0;
}
	.the-all-form-title span {
    font-size: 12px;
		    font-weight: 700;
	}
.row.flexy {
    flex-wrap: wrap;
    padding: 0 15px;
}
	.container.vol-form a.btn.btn-default.pull-left {
    position: absolute;
    top: 5px;
    left: 5px;
}
}

.bii-lbl{
	display: block
}
.has-rad-div label:not(.bii-lbl) {
    margin-left: 15px;
}