#ttPopupnewsletter {
	text-align: center;
	float: left;
	width: 100%;
	margin: 10px auto auto;
}
.ttPopupnewsletter-i .close {
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	margin: auto;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: auto;
	z-index: 99;
	background: #fff;
}
.ttPopupnewsletter-i .close i {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
}
.ttPopupnewsletter-i .close span {
	display: none;
}
.ttPopupnewsletter-i .close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.ttpopupnewsletter {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
}
.ttnewslatterpopup-img {
	padding: 0;
}
.ttnewslatterpopup-img img{
	max-width: 100%;
}
.ttnewslatterpopup-content{
	float: left;
	margin: 25px 0 10px;
	text-align: center;
	background: #fff;
}
.newsletter_title h3 {
  	margin: 0 0 20px;
    position: relative;
    text-transform: capitalize;
    font: 700 26px/36px 'Montserrat', sans-serif;
    color: #4f4038;
}

.ttContent {
	color: #4f4038;
    margin-bottom: 15px;
    font: 400 13px/22px 'Poppins', sans-serif;
}
.ttContent p {
	margin: 0;
	font-size: 13px;
}
.ttAlert {
	color: #c22312;
	float: left;
	font-size: 14px;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
}
.inputNew {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	height: 45px;
	padding: 5px 15px;
	width: 90%;
	margin-bottom: 20px;
	text-align: center;
	color: #666;
}
.send-reqest {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 15px;
	transition: all 400ms ease-in-out;
}
.newsletter_block_popup-bottom {
	display: inline-block;
	float: none;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.newsletter_block_popup-bottom .subscribe-bottom {
	float: left;
	height: 15px;
	margin: 2px 5px;
	width: 15px;
}
.newsletter_block_popup-bottom .tt_newsletter_dont_show_again {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	cursor:pointer;
	font-weight: 500;
	transition: all 400ms ease-in-out;
}
.newsletter_block_popup-bottom .tt_newsletter_dont_show_again:hover {
    color: #4f4038;
	transition: all 400ms ease-in-out;
}
#ttPopupnewsletter .alert {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
@media(min-width: 630px){
	#ttPopupnewsletter .block_content{
		display: flex;
		align-items: center;
	}
}
@media (max-width: 629px) {
	.ttpopupnewsletter {
		display: inline-block;
		float: none;
		max-width: 300px !important;
		position: relative;
		vertical-align: top;
		width: auto;
	}
	.ttnewslatterpopup-img {
		width: 100%;
		text-align: center;
	}
	.ttnewslatterpopup-content {
		padding: 30px 15px;
		width: 100%;
		margin: 0;
	}
}

