/* 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: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

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

#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: 50%;
	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: 600 40px/42px 'Arima', helvetica, sans-serif;
	margin: 0;
	
}

#TB-newsletter-popup .newslatterpopup-content>span {
	margin: 6px 0 15px;
	font: 400 15px/24px 'Roboto', 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/20px 'Roboto', helvetica, sans-serif;
	box-shadow: none;
	outline: none;
	display: block;
	width: 100%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#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 'Roboto', 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: 38px;
		line-height: 40px;
	}

	#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: 56%;
	}

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

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

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

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

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

	#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: 28px;
		line-height: 30px;
	}

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

	#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: 26px;
		line-height: 28px;
	}

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

/* TB-newsletter-popup End*/
/* TB-newsletter-subscribe Start*/
#TB-newletter-subscribe .newletter-title h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	color: #111;
	position: relative;
	margin: 0;
	letter-spacing: 0;
	padding: 0 0 0 60px;
	
}

#TB-newletter-subscribe .newletter-title h2::after {
	content: "\ef12";
	font-family: "IcoFont";
	font-size: 40px;
	line-height: 46px;
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: auto;
	text-align: center;
	color: #3bbae3;
}

#TB-newletter-subscribe .newletter-title .newletter-desc {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
	display: block;
	display: none;
}

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

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

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

#TB-newletter-subscribe .tb-newletter-subscribe-img {
	margin: -80px 0 -50px;
}

#TB-newletter-subscribe #form_subscribe .btn {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	padding: 10px 30px;
	
}

/* #dialog-normal {
	padding: 70px 0;
} */

#TB-newletter-subscribe .box {
	margin: 0 auto;
	position: relative;
	text-align: start;
	padding: 35px 30px;
}

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

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

#TB-newletter-subscribe #form_subscribe #subscribe .btn-secondary {
	color: #fff;
	background-color: #3bbae3;
	border-color:#3bbae3 ;
}

#TB-newletter-subscribe #form_subscribe #subscribe .btn-secondary::before,
#TB-newletter-subscribe #form_subscribe #subscribe .btn-secondary:hover,
#TB-newletter-subscribe #form_subscribe #subscribe .btn-secondary:active,
#TB-newletter-subscribe #form_subscribe #subscribe .btn-secondary:focus {
	background: #364d81;
	border-color:#364d81 ;
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#TB-newletter-subscribe #form_subscribe #subscribe_email {
	color: #111;
	padding: 10px 150px 10px 20px;
	font: 400 14px/16px 'Roboto', helvetica, sans-serif;
	border: 1px solid #fff;
	height: 45px;
	outline: none;
	letter-spacing: 0.50px;
	width: 100%;
	margin: 0;
	/* text-align: center; */
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

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

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

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

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

	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 10px 145px 10px 20px;
	}
}

@media (max-width: 1299px) {
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 19px;
		line-height: 21px;
	}

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

@media (max-width: 1199px) {

	#TB-newletter-subscribe .tb-newletter-subscribe-img {
		margin: -60px 0;
	}

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

	#TB-newletter-subscribe .box {
		padding: 25px 25px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 32px;
		line-height: 34px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 0 0 0 42px;
	}

}

@media (max-width: 991px) {
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		margin: 0 0 20px 0;
	}

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

	#tb-footer .footer-top-cms {
		padding: 0;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 30px;
		line-height: 38px;
		display: inline-block;
		margin: 0 0 20px 0;
		padding: 0 0 0 52px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 40px;
		line-height: 42px;
	}

	#TB-newletter-subscribe .box {
		width: 80%;
		padding: 30px;
		text-align: center;
	}

	#TB-newletter-subscribe .tb-newletter-subscribe-img-col {
		display: none;
	}
}

@media (max-width: 767px) {
	#footer-top {
		text-align: center;
	}

	#tb-footer .footer-top-cms #footer-top {
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
	}

	#TB-newletter-subscribe .box {
		width: 100%;
	}

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

	#TB-newletter-subscribe {
		padding: 0;
	}

	.tb-newletter-subscribe-image {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 575px) {
	#tb-footer .footer-top-cms #footer-top {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
		padding: 0 0 0 46px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 38px;
		line-height: 40px;
	}

	#TB-newletter-subscribe .box {
		padding: 20px;
	}

}

@media (max-width: 480px) {
	#TB-newletter-subscribe .box {
		padding: 20px 0;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 22px;
		line-height: 24px;
		padding: 0 0 0 36px;
		margin: 0 0 10px 0;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 26px;
		line-height: 28px;
	}

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

	#TB-newletter-subscribe #form_subscribe .btn {
		width: 39px;
		height: 39px;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 12px 55px 12px 20px;
	}

	#TB-newletter-subscribe #form_subscribe .btn i {
		display: inline-block;
		font-size: 16px;
	}
}

@media (max-width: 360px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 18px;
		line-height: 20px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 26px;
		line-height: 28px;
	}
}

/* TB-newsletter-subscribe  End*/