
.modal .form-control{
	border-radius: 2px!important;
	font-size: 12px;
	border: 1px solid #ebebeb;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
}
.modal-content{
	border-radius: 0px;
}
.modal-title {
	font-size: 14px;
	font-weight: 600;
	color: #008f9c;
	text-transform: uppercase;
}
.modal-title  i{
	margin-right: 10px;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 0;
	background-color: #f3f4f6;
}
.modal-header .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #008f9c;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	z-index: 9999;
}
.modal button i,
.modal .btn i,
.save-btn i{
	margin-right: 5px;
}
.modal-footer{
	border: none;
}
.modal-footer button,
.save-btn {
	font-weight: bold !important;
	text-transform: uppercase;
	color: #fff;
	height: 33px;
	border-radius: 2px !important;
	background-color: #008f9c;
	border-color:  #008f9c;
	font-size: 12px;
	font-weight: bold;
}
.modal-footer .btn:hover,
.modal-footer .btn:focus,
.madal-footer .btn:active,
.save-btn:hover,
.save-btn:focus,
.save-btn:active {
	color: #fff;
	text-decoration: none;
	border-color:  #008f9c;
	box-shadow: inset 0 0 8px rgba(0,0,0,.2);
	background-color: #008f9c;
}

/*not found information popup*/
#not-found-modal .modal-body h4{
	font-size: 15px;

}
#not-found-modal .modal-body h4 strong{
	color: #ffb400;
	font-size: 18px;
	text-transform: uppercase;
}

#not-found-modal .form-control {
	box-shadow: none;
	font-size: 12px;
	border-color: #dcdcdc
}
#not-found-modal .form-control:focus {
	border-color: #3498db;
	box-shadow: none
}
#not-found-modal .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #3498db;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	z-index: 9999;
}
#not-found-modal .close:active, #not-found-modal .close:focus, #not-found-modal .close:hover {
	background: #2783c0;
	color: #fff;
	outline: 0
}

#not-found-modal .optin-form-content .h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 25px;
	margin-top: 10px;
}
#not-found-modal .optin-form-content .h2.orange {
	color: #ffb400;
	margin-bottom: 0px;
}
#not-found-modal .optin-form-content .form-control {
	border-radius: 2px!important;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
	color: #a7a7a7;
	height: 46px;
	padding: 10px 16px;
	line-height: 1.3333333;
	margin-top: 5px;
}
#not-found-modal .optin-form-content .btn-submit {
	display: block;
	width: 100%;
	border: 0px;
	white-space: normal;
	overflow: hidden;
	hyphens: auto;
	margin-top: 10px;
	background-color: #ffb400;
	margin-bottom: 10px;
}
#not-found-modal .optin-form-content .btn-submit {
	font-size: 20px !important;
	display: #fff;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#not-found-modal .optin-form-content .btn-submit h3 {
	margin-bottom: 20px;
	font-size: 20px !important;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}
#not-found-modal .optin-form-conten .btn-warning i {
	font-size: 20px !important;
	display: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#not-found-modal .sub-text {
	font-size: 11px;
	color: #434c52;
	display: inline-block;
}

#not-found-modal .btn-warning i {
	margin-right: 2px;
	font-size: 18px;
	position: relative;
	top: 0;
}
#not-found-modal .sub-text .exit-sub-image {
	margin-top: -3px;
	margin-right: 1px;
}
#not-found-modal .small{
	width: 32%;
	display: inline-block;
}
#not-found-modal .medium{
	width: 67.2%;
	display: inline-block;
}

#not-found-modal .form-group{
	margin:0px;
}
@media (max-width : 600px) {
	#not-found-modal .small{
		width: 100%;
		display: block;
	}
	#not-found-modal .medium{
		width: 100%;
		display: block;
	}
}
/*exit popup*/

#exit-modal .form-control {
	box-shadow: none;
	font-size: 12px;
	border-color: #dcdcdc
}
#exit-modal .form-control:focus {
	border-color: #3498db;
	box-shadow: none
}
#exit-modal .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #3498db;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	z-index: 9999;
}
#exit-modal .close:active, #exit-modal .close:focus, #exit-modal .close:hover {
	background: #2783c0;
	color: #fff;
	outline: 0
}

#exit-modal .optin-form-content .h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 25px;
	margin-top: 10px;
}
#exit-modal .optin-form-content .h2.orange {
	color: #ffb400;
	margin-bottom: 0px;
}
#exit-modal .optin-form-content .form-control {
	border-radius: 2px!important;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
	color: #a7a7a7;
	height: 46px;
	padding: 10px 16px;
	line-height: 1.3333333;
	margin-top: 5px;
}
#exit-modal .optin-form-content .btn-submit {
	display: block;
	width: 100%;
	border: 0px;
	white-space: normal;
	overflow: hidden;
	hyphens: auto;
	margin-top: 10px;
	background-color: #ffb400;
	margin-bottom: 10px;
}
#exit-modal .optin-form-content .btn-submit {
	font-size: 20px !important;
	display: #fff;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#exit-modal .optin-form-content .btn-submit h3 {
	margin-bottom: 20px;
	font-size: 20px !important;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}
#exit-modal .optin-form-conten .btn-warning i {
	font-size: 20px !important;
	display: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#exit-modal .sub-text {
	font-size: 11px;
	color: #434c52;
	display: inline-block;
}

#exit-modal .btn-warning i {
	margin-right: 2px;
	font-size: 18px;
	position: relative;
	top: 0;
}
#exit-modal .sub-text .exit-sub-image {
	margin-top: -3px;
	margin-right: 1px;
}

/* Validation Style */
label.error {
	display: inline-block;
	text-align: left !important;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 11px;
	color: #d61818;
}
.form-control.error {
	border: 1px solid #d61818 !important;
	color:#d61818
}
.form-control.error::-webkit-input-placeholder {
	color: #d61818 !important;
}

.form-control.error:-moz-placeholder { /* Firefox 18- */
	color: #d61818 !important;
}

.form-control.error::-moz-placeholder {  /* Firefox 19+ */
	color: #d61818 !important;
}

.form-control.error:-ms-input-placeholder {
	color: #d61818 !important;
}

#exit-preview-modal .optin-form-content .h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 50px;
	margin-top: 10px;
}

#exit-preview-modal .optin-form-content .h2.orange {
	color: #ffb400;
	margin-bottom: 0px;
}

#exit-preview-modal .optin-form-content .form-control {
	border-radius: 2px !important;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
	color: #a7a7a7;
	height: 46px;
	padding: 10px 16px;
	line-height: 1.3333333;
	margin-bottom: 5px;
}

#exit-preview-modal .optin-form-content .btn-submit2 {
	display: block;
	width: 100%;
	border: 0px;
	white-space: normal;
	overflow: hidden;
	hyphens: auto;
	margin-top: 10px;
	background-color: #ffb400;
	margin-bottom: 10px;
}

#exit-preview-modal .optin-form-content .btn-submit2 {
	font-size: 20px !important;
	display: #fff;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#exit-preview-modal .optin-form-content .btn-submit2 h3 {
	margin-bottom: 20px;
	font-size: 20px !important;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

#exit-preview-modal .optin-form-conten .btn-warning i {
	font-size: 20px !important;
	display: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#exit-preview-modal .sub-text {
	font-size: 11px;
	color: #434c52;
	display: inline-block;
}

#exit-preview-modal .optin-form-content .btn-submit {
	font-size: 20px !important;
	display: #fff;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#exit-preview-modal .optin-form-content .btn-submit h3 {
	margin-bottom: 20px;
	font-size: 20px !important;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

#exit-preview-modal .intl-tel-input {
	margin-bottom: 5px;
	margin-top: 0px;
}

#exit-preview-modal .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #3498db;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 !important;
	margin: 0 !important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	z-index: 9999;
}

#exit-preview-modal .close:active, #exit-preview-modal .close:focus, #exit-preview-modal .close:hover {
	background: #2783c0;
	color: #fff;
	outline: 0
}


.name_input,.phone_input,.email_input,.user_input{
	padding-left: 35px !important;
}

.name_input{
	background: url("../../images/briefcase.png") no-repeat 10px center;
}
.phone_input{
	background: url("../../images/phone.png") no-repeat 10px center;
}
.email_input{
	background: url("../../images/envelope.png") no-repeat 10px center;
}
.user_input{
	background: url("../../images/user.png") no-repeat 10px center;
}
.exit-popup-offer-btn{
	margin: 5px 0 !important;
	font-size: 16px !important;

}

#exit-preview-modal .offer_placholder_text{
	background: #f6f6f6;
	margin-top: 0 !important;
	padding: 15px;
	line-height: 35px
}

#exit-preview-modal .offer_placholder{
	height: 250px;
	position: relative;
	overflow: hidden;
}