/* box_subscribe start */
.box_subscribe .module-body h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400; }
  
  .box_subscribe .module-body a {
    color: #fff; }
  
  .box_subscribe .module-body p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-top: 15px;
    padding-right: 40px; }
  
  @media (max-width: 767px){
    .box_subscribe .module-body form .email-mode {
      padding-left: 0px !important; } }
  
  .box_subscribe .module-body form .email-mode {
    padding-left: 15px; }
  
  .box_subscribe .module-body form .select2-container .select2-selection,
  .box_subscribe .module-body form input[type="text"] {
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #fff !important; }
    .box_subscribe .module-body form input[type="text"]:not(.no-email-mode) {
      border-right: none !important;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .box_subscribe .module-body form .select2-container .select2-selection {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .box_subscribe .module-body form input[type="text"]::placeholder {
      color: #fff;
    }
    .box_subscribe .module-body form .select2-container .select2-selection .select2-selection__rendered {
      color: #fff;
    }
  
  @media (max-width: 767px) {
    .box_subscribe input {
      margin-top: 15px;
      width: 100%; }
    .box_subscribe .module-body {
      margin-top: 10px; } }
  /* box_subscribe end */