#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, .8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	margin: 0
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}

.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}

.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}

.exitpop-content img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto
}

.exitpop-discountbar {
	background-color: red;
	border-bottom: 4px dashed #fff;
	color: #fff;
	font-family: "Montserrat",sans-serif, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none
}

#popup {
	position: absolute;
	text-align: center;
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
	width: 100%;
	display: block;
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 999;
}

#popup img {
	border: 10px solid rgb(255, 255, 255);
	border-radius: 30px;
}

#close {
	right: 23px;
	position: fixed;
	top: 20px;
	text-align: center;
	padding: 3px 2px;
	line-height: 1;
	color: rgb(0, 0, 0);
	font-size: 30px;
	font-weight: normal;
	z-index: 999;
	font-family: inherit;
	background: white none repeat scroll 0% 0%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.hos_modal img {
	max-width: 100%;
}

.pop-total .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.justify-content-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-items-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pop-area {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.pop-area img {
    border-radius: 10px;
}

.pop-area .catg_title {
    color: #2a2a2a;
    text-decoration: none;
    line-height: normal;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
}

.pop-total {
	max-width: 800px;
	width: 100%;
	border-radius: 25px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.close-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	cursor: pointer;
	opacity: .3;
}

.close-icon:hover {
	opacity: .8;
}

.col1.left img {
	height: 100%;
}

.pop-text1 {
    font-size: 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: red;
    text-transform: uppercase;
}

.pop-text2 {
    font-size: 30px;
    padding: 0;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: black;
    line-height: normal;
}

.pop-text3 {
	font-size: 16px;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: black;
	padding-bottom: 25px;
	padding-top: 6px;
}

.bx-inputwrap input {
	font-size: 16px;
	text-align: left;
	background-color: transparent;
	border-style: solid;
	border-color: #38708d;
	border-width: 0 0 3px;
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #767676;
	height: 40px;
	width: 100%;
}

.infusion-field {
	margin-bottom: 10px;
}

.bx-button {
    padding: 13px 60px;
    font-size: 16px;
    background-color: #3cae1b;
    border-style: none;
    border-color: #3cae1b;
    border-width: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 6px;
    margin-top: 6px;
    float: left;
}

.bx-button:hover {
    background-color: #62b949;
}

.close-icon1 {
    float:left;
    padding: 13px 60px;
    margin-top: 6px;
}

.no-thanks {
	background-color: transparent;
	padding: 0 0 2px;
	font-size: 16px;
	color: gray;
	border-style: solid;
	border-color: gray;
	border-width: 0 0 1px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.pop_left_img {
	width: 100%;
	background: url(../images/popup.jpg) no-repeat top right;
	background-size: cover;
	height: 100%;
}

.bx-inputwrap {
	margin-bottom: 20px;
}

.pop-right a:hover {
	color: #000;
	text-decoration: none;
}

.col1 {
	width: 50%;
}

.promo-code {
	background-color: #faa21b;
	width: 100%;
	padding: 8px;
	position: relative;
}

.unlocked {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-align: right;
	font-weight: 600;
}

.code-text {
	color: white;
	font-size: 14px;
}

.code-text span {
	padding: 2px;
	border-style: none;
	text-transform: uppercase;
	border-width: 1px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: white;
	border-color: white;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.2);
}

.close-ic {
	position: absolute;
	right: 0px;
	top: 4px;
}

.close-ic img {
	width: 56%;
}


.post-date span {
    font-size: 12px;
    color: #015bcd;
    line-height: 23px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 10px;
}

.post-date span a {
    text-decoration: underline;
}

.post-date span a:hover {
    font-weight: 800;
}

.catg_title_modal {
    color: #2a2a2a;
    text-decoration: none;
    line-height: 1.5;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 500;
}

.catg_title_modal:hover {
    font-weight: 800;
}

@media (max-width:991.98px) {
	.pop-total {
		max-width: 90%;
		height: initial;
	}

	.pop-right {
		width: 100%;
	}

	.pop-text2 {
		font-size: 25px;
	}

	.pop-text3 {
		font-size: 14px;
		padding: 0 0 15px 0;
	}

	.pop-text1 {
		padding: 0 0 15px 0;
	}

	.bx-inputwrap input {
		font-size: 15px;
		border-width: 0 0 2px;
		padding: 5px 5px 5px;
		margin-bottom: 10px;
	}

	.bx-button {
		padding: 10px 40px;
		font-size: 15px;
		border-width: 2px;
		border-radius: 30px;
		margin-top: 6px;
	}

	.no-thanks {
		font-size: 14px;
	}

	.close-icon {
		width: 20px;
	}
}

@media (max-width:767px) {
	.unlocked {
		text-align: center;
	}

	.code-text {
		text-align: center;
		padding: 7px 0;
	}

	.pop-right {
		padding-right: 20px;
	}

	.pop-logo {
		display: none;
	}

	.pop-total .col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:575.98px) {
	.pop-total .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pop-total {
		max-width: 80%;
		border-radius: 15px;
	}

	.pop-right {
		margin: 0px auto 15px;
		padding: 0px 20px;
	}

	.pop-text2 {
		font-size: 20px;
	}

	.pop-text3,
	.bx-button,
	.bx-inputwrap input {
		font-size: 14px;
	}

	.pop_left_img {
		width: 100%;
		background: url(../images/popup_mob.jpg) no-repeat top center;
		background-size: cover;
		height: 200px;
	}

	.pop-logo img {
		max-width: 100px;
	}

	.pop-text1 {
		padding-top: 30px !important;
	}
}

@media (max-width:479.98px) {

	.pop-text1,
	.pop-text3,
	.bx-button,
	.bx-inputwrap input {
		font-size: 12px;
	}

	.pop-logo img {
		max-width: 120px;
	}

	.pop-total {
		line-height: 1;
	}

	.pop-text1,
	.pop-text3 {
		padding: 0 0 10px 0;
	}

	.no-thanks {
		font-size: 10px;
	}

	.bx-inputwrap {
		margin-bottom: 0;
	}

	.close-icon {
		right: 5px;
		top: 5px;
	}

	.close-icon1 {
		margin-top: 10px;
	}
}

@media (max-width:399.98px) {
	.pop-text2 {
		font-size: 18px;
	}

	.pop-text1,
	.pop-text3,
	.bx-button,
	.bx-inputwrap input {
		font-size: 11px;
	}

	.bx-button {
		padding: 10px 20px;
	}

	.pop-text1,
	.pop-text3 {
		padding: 0 0 5px 0;
		line-height: 1.2;
	}

	.bx-inputwrap input {
		margin-bottom: 0px;
	}

	.bx-inputwrap input {
		margin-bottom: 0px;
		font-size: 12px;
	}
}

.popup-left {
	float: left;
}

.popup-right {
	float: right;
	margin-top: 0px;
}

.desk-new {
	display: block;
}

.desk-new img {
    width: 100%;
}

.mob-new {
	display: none;
}

.infusion-field h4 {
    padding: 10px 0;
    font-family: "Montserrat",sans-serif;
    line-height: 1.5;
}

@media only screen and (max-width:767px) {
	.popup-left {
		width: 100%;
	}

	.popup-right {
		width: 100%;
		padding: 0 20px;
		margin-top: 0;
	}

	.desk-new {
		display: none;
	}

	.mob-new {
		display: block;
	}

	.infusion-field h4 {
		font-size: 18px;
		padding: 20px 0 0 0;
	}
}