.newsletter_title{
  height: 50px;
  background-color: #0093CB;
  margin: 15px 0px 15px -15px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 7px 20px;
}

.first_image_text{
  position: absolute;
  margin-top: 20px;
  margin-left: 0px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.second_image_text{
  position: absolute;
  margin-top: 100px;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.banner_newsletter{
  width: 90%;
}

.newsletter_image{
  margin-left: -20px;
}

.newsletter_container{
  margin-bottom: 50px;
}

.year_newsletter{
  border: 0 solid;
  color: #E8364C;
  font-weight: bold;
  padding: 8px;
  font-size: x-large;
  margin-top: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #E8364C;
  font-family: PatuaOne;
}

.month_container>div>div>img{
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

.month_newsletter{
  color: #000;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
  font-family: PatuaOne;
  text-align: center;
  border: 1px solid;
  border-radius: 0.5em;
}

.newsletter_day{
  margin-top: 5px;
}

.line{
  border: 1px solid #000;
  margin-top: 9px;
}

.newsletter_day_text{
  text-align: center;
}

.news_image_container{
  float: right;
}

.newsletter_day_text>a{
  font-weight: bold;
  color: #000;
}

.newsletter_day_text>a:hover{
  text-decoration: underline;
}

@media (max-width:767px){
  .month_container{
    margin-top: 140px;
  }
}

@media (max-width:1200px) and (min-width:992px){
  .first_image_text{
    margin-top: 10px;
  }
}

@media (max-width:991px) and (min-width:768px){
  .first_image_text{
    font-size: 14px;
    margin-top: 5px;
  }
  .second_image_text{
    font-size: 14px;
  }
  .newsletter_title{
    font-size: 17px;
    padding: 14px 20px;
  }
}

@media (max-width:767px) and (min-width:460px){
  .newsletter_title{
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (max-width:459px) and (min-width:320px){
  .newsletter_title{
    font-size: 10px;
    padding: 13px 20px;
    text-align: center;
  }
}

@media (max-width:767px) and (min-width:406px){
  .first_image_text{
    font-size: 14px;
    margin-top: 0;
  }
  .second_image_text{
    font-size: 14px;
  }
}

@media (min-width:769px) and (max-width:991px){
 .newsletter_group{
   margin-top: 4%;
 }
 /*.header-plus-parent{
   margin-top: 53px;
 }*/
}

@media (width:768px){
  /*.header-plus-parent{
    margin-top: 170px;
  }*/
  .newsletter_group{
    margin-top: -30%;
  }
}

@media (max-width:405px){
  .first_image_text{
    font-size: 10px;
    margin-top: 5px;
  }
  .second_image_text{
    font-size: 10px;
  }
}

@media (max-width:425px){
  .newsletter_group{
    width: 111%;
    right: 16px;
  }
}

@media (max-width:317px){
  .line{
    margin-left: -25px;
  }
  .newsletter_popup{
    margin-left: 22px;
  }
}
