.news-letter-email-input {
  width: 100% !important;
  border-radius: 0px;
  border: 1px solid #7d8285;
  padding-right: 0px;
  padding-left: 10px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}

.news-letter-email-input-container {
  width: calc(100% - 50px) !important;
}

.new-letter-submit-button:hover {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 0px;
  background: #000000;
}

.new-letter-submit-button {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 0px;
  background: #07162a;
}

.d-no {
  display: none;
}

.popup-button-container {
  border: none;
  text-decoration: none;
}
.popup-button-container:focus {
  outline: none;
}
@keyframes fadein {
  from {
    bottom: -100px;
  }
  to {
    bottom: 110px;
  }
}

.popup-button-container {
  background: #ffffff;
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  transition-duration: 1s;
  z-index: 200;

}

.popup-button-container:hover {
  background: #cdc9ff;
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  transition-duration: 1s;
}

.button-icon-1 {
  height: 70px;
  background: url("../../assets/img/megaphone.svg") center / 40px no-repeat;
  border-radius: 40px;
  transform: rotate(-40deg);
  transition-duration: 0.2s;
}

.button-icon-2 {
  height: 70px;
  background: url("../../assets/img/down-chevron.svg") center / 30px no-repeat;
  border-radius: 30px;
  transform: rotate(0deg);
  transition-duration: 0.2s;
}

.popup-news-container {
  position: fixed;
  max-width: 410px;
  bottom: 110px;
  right: 20px;
  max-height: 250px;
  background: #FF4500;
  overflow-y: auto;
  padding: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  animation: fadein 0.3s linear;
  z-index: 100;
}
.popup-news-container p{
	margin-bottom: 0;
    line-height: 1;
}

.popup-news-heading {
  font-size: 32px;
  color: rgb(7, 22, 42);
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
	
}

.popup-news-heading-para {
  padding-right: 10px;
  padding-left: 10px;
}

.news-container {
  margin-top: 20px;
}

.news-type-header {
  background: #07162a;
}

.news-type-heading {
  font-size: 24px;
  color: #f2f5f8;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.news-div {
  background: #f2f5f8;
  padding: 20px;
  border-width: 1px;
  border-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 0px;
  border-bottom-style: none;
}

.news-link {
  text-decoration: none;
}

.news-heading {
  font-size: 18px;
  font-weight: 300;
  color: #465765;
  font-family: Poppins, sans-serif;
}

.news-para {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 2000px) {
	.popup-button-container {
		right: calc(50% - 980px);
	}
	.popup-news-container {
		right: calc(50% - 980px);	
	}
}

@media only screen and (max-width: 768px) {
	.popup-news-heading {
		
	}
}
