/* 
.submitNewsletter-btn input:nth-child(1){
	display: block !important;
}
.submitNewsletter-btn input:nth-child(2){
	display: block !important;
} */
.submitnewsletter-btn {
	margin: 0 !important;
}
.tbt6.tb-newsletter-popup .tb-close.button{
	right: auto;
	left: 0	;
}

/* .footer-top .tb-newletter-box {
	margin: 50px -90px 0 0;
} */

#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-img {
	background:  url("../../images/newsletter-img-rtl.jpg");
}

#blockEmailSubscription_displayFooterBefore .newsletter_bottom::before {
	left: auto;
	right: 0;
}

#blockEmailSubscription_displayFooterBefore .newsletter_bottom::after {
	left: 0;
	right: auto;
}

.newsletter_bottom .submitNewsletter-btn .btn-secondary{
	left: 0;
	right: auto;
}

.input-wrapper .email{
	padding: 10px 15px 10px 120px !important;
	text-align: right !important;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2{
	font-size: 36px;
}


.newsletter-subscribe-text {
	text-align: center;
}

#moda_popupnewsletter.popup-type-1 .form-content {
	margin-bottom: 0px;
}
/* @media (max-width:991px) {
	.footer-top .tb-newletter-box {
		margin: 0;
	}
} */

@media (max-width: 1299px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 30px;
		line-height: 32px;
	}
  }

  @media (max-width: 991px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	  display: inline-block;
	  margin: 0;
	  font-size: 25px;
	  line-height: 43px;
	}

	#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-img {
		background-position: top center;
	}
  }

  @media (max-width: 767px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	  font-size: 24px;
	  line-height: 30px;
	  margin: 0 0 6px 0;
	}
  }
  @media (max-width: 575px) {
	#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-img {
		background-position: right;
	}
	#moda_popupnewsletter.popup-type-1 .popup-content {
		text-align: center;
	}

	#moda_popupnewsletter.popup-type-1 .form-content .form-control {
		text-align: center;
	}
  }

  @media (max-width: 480px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 22px;
		line-height: 30px;
	}
  }
  @media (max-width: 360px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 18px;
		line-height: 28px;
	}
  }
