/*===================== BOUNTY FORM FRONT ====================*/
.bounty_box_front{
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    background: #efefef;
    padding: 10px;
}
.container-fluid {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
.bounty_box_front_ul li{
color: #3a3a3a;
    font-family: sans-serif;
	
}
.p_t_b50{
	    padding-top: 50px;
    padding-bottom: 50px;
}
.bgf5{
	    background: #f5f5f5 !important;
}

 
.contact_custom__form {
   /*background-color: #081438;*/
       padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px;
    
}
.contact_custom__form label {
    color: #333;
}

.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .contact-one__form textarea, .contact-one__form .bootstrap-select>.dropdown-toggle {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    color: #333;
    font-size: 15px;
    padding-left: 24px;
    border-radius: 0;
        border: 1px solid #d8d8d8;
            margin-top: 5px;
}
.bg_gradian{
	    background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,.3);
    padding-top: 20px;
    padding-bottom: 30px;
}
.text_light_gray {
    color: #7b8697;
    font-weight: 400;
}


/*===================== BOUNTY FORM FRONT ====================*/

.payouts_box{
background: #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
    padding: 15px;
    margin-bottom: 15px;
}
.details_payouts h4{
font-size: 14px;
    color: #7b8697;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.details_payouts span{
    font-size: 14px;
    font-weight: 600;
    color: #233653;
}
.details_payouts span a{
    color: #FE0000;
}

.alert-denger{
	    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f70707;
    border-radius: .25rem;
    background: #ffecec;
   
}

.alert-denger p{
	  
    color: #f70707;
}


.login_input{
	    
  height: 50px;
    margin-bottom: 15px;
    color: #233653;
    background: #f6f7fb;
    border-color: #233653;
    border-radius: 25px;

}
.header_are_top2{
	
    background: #fff;
    height: 100px;

}
.top-area2 {
    display: flex;
    height: 100px !important;
}


.page-title {
  
    width: 100%;
    height: 270px;
    text-align: center;
    position: relative;
    padding-top: 80px;
    
}

.page-title:before {
    content: "";
    /*background-color: #252E3F;*/
    background: #9B0E27; /* Old browsers */
background: -moz-linear-gradient(left,  #9B0E27 20%, #FE0000 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #9B0E27 20%,#FE0000 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #9B0E27 20%,#FE0000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-title h2 {
    font-size: 40px;
    margin-bottom: 0.30em;
    text-transform: capitalize;
    color:#fff;  
}
.page-title p {
    color: #e4e4e4;
    line-height: 1.8em;
}

.mb-30{
	margin-bottom: 30px !important;
}
.contact_box{
	
	    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.2);
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
}
.text_white{
	color: #fff !important;
}
.terms_box{
	
	    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.2);
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
}





.menu-toggle .fa-bars{
	position: relative;
    top: 5px;
}


.logo_header{
	height: 50px;
    position: relative;
    top: -10px;
}
.home_feature_icon{
    position: relative;
    top: -6px;
    height: 50px;
}


.logo_footer{
	height: 60px;
    position: relative;
    
}



@media (max-width: 768px){
	.details_payouts{
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0px;
}
	.top-area2 {
    display: flex;
    height: 100% !important;
    position: absolute;
}
.header_are_top2{
	
    background: #fff;
    height: 75px;

}
	.page-title {
       width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding-top: 120px;
    margin-bottom: 0px;
    padding-bottom: 50px;

}

}
