

.myModelicon {

    padding: 5px 14px;
    margin: auto;
    background: green;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    border-radius: 50px;
  }
  
  
  /* Modal styles */
  .section1-middle .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black background with transparency */
  }
  
  .section1-middle .modal-content {
    margin: 6% auto;
    padding: 40px;
    width: 80%;
    max-width: 50% !important;
    z-index: 15;
    border-radius: 40px;
  }
  
  .section1-middle .modal-contents {
    max-width: 80%;
  }
  
  .section1-middle .modal-content h6 {
    color: #000;
    font-size: 20px;
    text-align: center;
  }
  
  .section1-middle .close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 29px;
    padding: 10px;
    cursor: pointer;
  }
  
  .section1-middle .close-btn:hover,
  .section1-middle .close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .section1-middle .section-title-p {
    color: #000;
  }
  
  .section1-middle .section-title p {
    color: #000;
  }
  
  .section1-middle .download_broucher form input {
    width: 100% !important;
  }
  
  .section1-middle .download_broucher form select {
    width: 100% !important;
  }
  
  .section1-middle .error {
    color: #d91313;
    font-size: 13px;
  }
  
  .section1-middle #myModal {
    z-index: 1055;
  }
  
  .section1-middle .modal-backdrop {
    display: none;
  }
  

  @media only screen and (max-width: 780px) and (min-width: 601px){
    .section1-middle .modal-content {
    margin: 6% auto;
    padding: 40px;
    width: 80%;
    max-width: 60% !important;
    z-index: 15;
    border-radius: 40px;
  }
  }
  
  @media screen and (max-width: 600px){
    .section1-middle .modal-content {
    margin: 6% auto;
    padding: 40px;
    width: 100%;
    max-width: 100% !important;
    z-index: 15;
    border-radius: 40px;
  }
  }
  