.modal-header, h5, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
}
.modal-header, .modal-body {
    padding: 40px 50px;
}

.inst-modal-header, h6, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
}

modal_icons{
    width: 20px;
    }
    



 .inst-modal-header, h5, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 25px;
}
.inst-modal-header, .modal-body {
    padding-top: 10px;
    padding-bottom: 9px;
}    

.btn2 {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}


.btn2 {
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
  }
  .btn2-default {
    border: 1px solid #42DCA3;
    color: #42DCA3;
    background-color: transparent;
  }
  .btn2-default:hover,
  .btn2-default:focus {
    border: 1px solid #42DCA3;
    outline: none;
    color: black;
    background-color: #42DCA3;
  }
  .btn3 {
    padding: 3px 10px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
    font-size: 14px;
    border: 0px solid #42DCA3;
}
