
/*Popup Start*/
@media (min-width: 576px){
.modal-dialog {
    max-width: 600px !important;
    margin: 30px auto !important;
}
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: 0rem !important; 
}

.offer-bg {
	background-color: #14bdee;
	margin-bottom: 25px;
}
.offer-pop input {
	height: 35px;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #597da2;
	width: 100%;
}
.offer-pop {
	padding: 0 15px !important;
}
.offer-pop .form-group {
	margin-bottom: 15px;
}
.offer-img {
	margin-top: 15px;
	margin-left: 30px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.offer-btn {
	background: transparent;
	border: 0;
	position: fixed;
	bottom: 0%;
	z-index: 999;
}
.offer-pop input:focus {
	outline: 0;
}
.popmsg {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	text-transform: inherit;
}
.close-pop {
	position: absolute;
	z-index: 999;
	background-color: transparent;
	border: 0;
	right: 10px;
	font-size: 32px;
	top: -10px;
	color: #fff;
}
.offer-btn:focus {
	border: 0;
	outline: 0;
}
@media screen and (max-width:690px) {
	#howitworks .event-entry {
		padding: 1.3em;
		height: 260px;
		background: #f2f3f7;
		margin-bottom: 30px
	}
	.girl {
		display: none !important;
	}
	}
	@media (min-width: 992px){
.col-md-push-1 {
    left: 8.33333%;
}
}
.offer-pop .form-group {
	margin-bottom: 15px;
}