/* TB-newsletter-popup Start */
#tb-footer {
	margin: 0;
}

.common-home #tb-footer {
	margin: 0;
}

#TB-newsletter-popup #boxes {
	background-color: #000;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	height: max-content;
	max-width: 800px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	/* border: 1px solid #fff; */
	overflow: hidden;
	padding: 0;
}

#TB-newsletter-popup #notification .warning {
	background: #f8d7da;
	padding: 12px;
	color: #842029;
	margin: 0 0 15px 0;
	border: 1px solid #f5c2c7;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#TB-newsletter-popup #notification .success {
	background: #d1e7dd;
	padding: 12px;
	color: #0f5132;
	margin: 0 0 15px 0;
	border: 1px solid #badbcc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#TB-newsletter-popup #popup2 {
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	cursor: pointer;
	top: 0;
	width: auto;
	height: 30px;
	width: 30px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	z-index: 1;
	background: #111;
}

#TB-newsletter-popup #popup2 span {
	display: inline-block;
}

#TB-newsletter-popup #popup2 .b-close i {
	color: #fff;
	line-height: 30px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: block;
	font-size: 20px;
}

#TB-newsletter-popup #popup2:hover .b-close i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#TB-newsletter-popup .newslatter-img {
	background: #ffffff url("../images/newsletter-img.jpg") no-repeat scroll 0 center;
	padding: 0;
	height: 500px;
	width: 100%;
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

#TB-newsletter-popup .newleter-content-wrapper {
	text-align: start;
	width: 54%;
	margin: 0 auto 0 50px;
	padding: 0;
}

#TB-newsletter-popup #dialog {
	display: flex;
	align-items: center;
}

#TB-newsletter-popup #boxes .newletter-title h2 {
	color: #111;
	font: 700 38px/40px 'Philosopher', Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

#TB-newsletter-popup .newslatterpopup-content>span {
	margin: 6px 0 15px;
	font: 400 14px/24px 'Montserrat', Helvetica, sans-serif;
	color: #111;
	display: block;
}

#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
	border: none;
	padding: 12px 20px;
	color: #111;
	background: #fff;
	margin: 0 0 15px;
	letter-spacing: 0.5px;
	font: 400 14px/16px 'Montserrat', Helvetica, sans-serif;
	box-shadow: none;
	outline: none;
	display: block;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail::placeholder {
	color: #111;
	opacity: 1;
}

#TB-newsletter-popup #boxes #newleter_form_subscribe .btn-secondary {
	padding: 14px 30px;
}

/* #TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail::placeholder{
	color: #fff;
} */

#TB-newsletter-popup .popup-button {
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	margin: 0 0 15px;
}

#TB-newsletter-popup #boxes .newleter-content label {
	color: #555;
	font: 400 14px/16px 'Montserrat', Helvetica, sans-serif;
	cursor: pointer;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#TB-newsletter-popup #boxes .newleter-content label:hover {
	color: #111;
}

@media (max-width: 991px) {
	#TB-newsletter-popup #dialog {
		display: block;
	}

	#TB-newsletter-popup #boxes {
		overflow-y: auto;
		position: fixed;
		z-index: 9;
		overflow-x: hidden;
	}

	#TB-newsletter-popup .box {
		padding: 20px;
	}

	#TB-newsletter-popup #boxes {
		max-width: 700px;
	}

	#TB-newsletter-popup .newslatter-img {
		background-position: top center;
		width: auto;
		padding: 0;
	}

	#TB-newsletter-popup #popup2 {
		height: 30px;
		width: 30px;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 32px;
		line-height: 34px;
	}

	#TB-newsletter-popup .newslatterpopup-content>span {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	#TB-newsletter-popup #boxes {
		max-width: 550px;
	}

	#TB-newsletter-popup .newleter-content-wrapper {
		margin: 0 auto 0 30px;
		width: 60%;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
	}

	#TB-newsletter-popup .newslatterpopup-content > span {
		font-size: 13px;
		line-height: 22px;
	}
}

@media (max-width: 575px) {
	#TB-newsletter-popup #boxes {
		max-width: 450px;
	}

	#TB-newsletter-popup .newleter-content-wrapper {
		width: 62%;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
	}

	#TB-newsletter-popup .newslatterpopup-content>span {
		font-size: 13px;
		line-height: 22px;
		margin: 4px 0 12px;
	}

	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
		margin: 0 0 12px;
	}

	#TB-newsletter-popup #boxes .newleter-content label {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 480px) {
	#TB-newsletter-popup .newslatterpopup-content>span {
		margin: 10px 0;
	}

	#TB-newsletter-popup #boxes {
		max-width: 340px;
	}

	#TB-newsletter-popup .newleter-content-wrapper {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#TB-newsletter-popup .popup-button {
		text-align: center;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 26px;
		line-height: 28px;
	}

	#TB-newsletter-popup .newslatterpopup-content>span {
		margin: 6px 0 12px;
	}

	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
		text-align: center;
	}

	#TB-newsletter-popup #popup2 {
		height: 25px;
		width: 25px;
	}

	#TB-newsletter-popup #popup2 .b-close {
		line-height: 25px;
	}

	#TB-newsletter-popup #popup2 .b-close i {
		line-height: 25px;
		font-size: 18px;
	}
}

@media (max-width: 360px) {
	#TB-newsletter-popup #boxes {
		max-width: 300px;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 22px;
		line-height: 24px;
	}
}

/* TB-newsletter-popup End*/
/* TB-newsletter-subscribe Start*/
#TB-newletter-subscribe .newletter-title h2 {
	font: 700 34px/36px 'Philosopher', Helvetica, sans-serif;
	color: #fff;
	position: relative;
	margin: 0 0 15px;
	/* padding: 0 0 0 60px; */
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* #TB-newletter-subscribe .newletter-title h2::after {
	content: "\ec67";
	font-family: "IcoFont";
	font-size: 40px;
	line-height: 50px;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	text-align: center;
} */

#TB-newletter-subscribe .newletter-title .newletter-desc {
	font: 400 20px/22px 'Montserrat', Helvetica, sans-serif;
	letter-spacing: 0.3px;
	color: #fff;
	margin: 0;
	display: inline-block;
}

#TB-newletter-subscribe #notification-normal {
	position: absolute;
	bottom: -56px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

#TB-newletter-subscribe #notification-normal .warning {
	margin: 15px 0 0 0;
	background: #f8d7da;
	padding: 9px;
	color: #842029;
	border: 1px solid #f5c2c7;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#TB-newletter-subscribe #notification-normal .success {
	margin: 15px 0 0 0;
	background: #d1e7dd;
	padding: 9px;
	color: #0f5132;
	border: 1px solid #badbcc;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#TB-newletter-subscribe .box {
	align-items: center;
}

#TB-newletter-subscribe .newleter-content>label {
	display: none;
}

#TB-newletter-subscribe #form_subscribe {
	position: relative;
}

#TB-newletter-subscribe #form_subscribe #subscribe_email {
	color: #666;
	padding: 10px 160px 10px 15px;
	font: 400 14px/16px 'Montserrat', Helvetica, sans-serif;
	background: #fff;
	height: 44px;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 0px;
	background: #fff;
	border: 1px solid #fff;
}

#TB-newletter-subscribe #form_subscribe #subscribe_email::placeholder {
	color: #2c2c2c;
	opacity: 1;
}

#newletter-boxes #form_subscribe #subscribe a {
	padding: 14px 30px;
}

#TB-newletter-subscribe #form_subscribe .btn {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}

#TB-newletter-subscribe #form_subscribe .btn i {
	display: none;
}

.footer-top-cms {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-top-cms #footer-top {
	background: #1284a9;
	padding: 40px;
}

@media (max-width: 1399px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 34px;
		line-height: 36px;
	}

}

@media (max-width: 1299px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 12px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 1199px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
	}

}

@media (max-width: 991px) {
	#newletter-boxes #form_subscribe #subscribe a {
		padding: 14px 17px;
	}

	#TB-newletter-subscribe .newletter-title {
		text-align: center;
	}

	#TB-newletter-subscribe #notification-normal {
		position: static;
		padding: 0;
	}


#TB-newletter-subscribe #notification-normal .warning,
#TB-newletter-subscribe #notification-normal .success  {
	margin: 10px 0 0 0;
}

	.footer-top-cms #footer-top {
		padding: 30px;
		width: 85%;
		margin: 0 auto -50px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		margin: 0;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 18px;
		line-height: 20px;
		padding: 12px 0 18px;
	}
}

@media (max-width: 767px) {
	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 10px 130px 10px 15px;
	}

	/* #TB-newletter-subscribe .newletter-title h2::after {
		font-size: 30px;
		line-height: 35px;
		width: 35px;
		height: 35px;
	} */

	.footer-top-cms #footer-top {
		padding: 25px;
		width: 90%;
	}

}

@media (max-width: 575px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
	}
}

@media (max-width: 480px) {
	.footer-top-cms #footer-top {
		margin: 0 auto -40px;
	}

	.footer-top-cms #footer-top {
		padding: 20px;
		width: 100%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 20px;
		line-height: 22px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 16px;
		line-height: 18px;
		padding: 8px 0 14px;
	}

	#TB-newletter-subscribe #form_subscribe .btn span {
		display: none;
	}

	#TB-newletter-subscribe #form_subscribe .btn {
		width: 44px;
		padding: 0;
	}

	#newletter-boxes #form_subscribe #subscribe a {
		padding: 0px 9px;
	}

	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 12px 60px 12px 15px;
	}

	#TB-newletter-subscribe #form_subscribe .btn i {
		display: inline-block;
		line-height: 44px;
		font-size: 20px;
	}
}
@media (max-width: 360px) {
	.footer-top-cms #footer-top {
		padding: 15px;
	}
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 17px;
		line-height: 20px;
	}
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 14px;
		line-height: 16px;
		padding: 8px 0 14px;
	}
}

/* TB-newsletter-subscribe  End*/