#lead_form {
	background:#000;
	color:#fff;
	background:rgba(0,0,0,0.7);
	height:auto;
	width:100%;
	position: fixed;
	bottom:-220px;
	animation:slideUp 15s;
	animation-delay:5s;
	z-index:100;
	padding:10px;
	border-radius:10px;
	
}
@keyframes slideUp {
	0% {bottom:-220px;opacity:0}
	25%{bottom:77px;z-index:1;opacity:1;}
	75%{bottom:77px;z-index:1;opacity:1;}
	100%{bottom:-220px;z-index:0;opacity:0;}
}
div#lead_form {
    background: linear-gradient(150deg, #1b54afed 10%, #0ba8eaf2 55%, #1b54afd4 85%);
}
.section-header.custom {
    position: inherit;
    margin-top: 15px;
    margin-bottom: 0px;
}
h4.custom {
    font-size: 30px;
    color: white;
}
p.new-p {
    color: #fcb100;
    font-weight: 700;
    font-size: 20px;
}
.col-md-4.offerbox a {
    background-color: #fcb100;
    border-radius: 10px;
    color: #232323;
    display: inline-block;
    font-family: Ubuntu,sans-serif;
    font-weight: 500;
    padding: 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.col-md-4.offerbox {
    padding: 6px 100px;
    text-align: center;
}

.col-md-8.custom-pop {
   text-align: center;
}
h3.h3-custom {
    font-size: 29px;
}
span.custom.close {
    color: #ffffff;
    opacity: 1;
    padding: 0px 15px;
}
.flex-direction-nav .flex-next {
    right: 0px !important;
    text-align: right;
}