
/*IFRAME*/

body{
    background: #2a3283!important;
     padding:0!important;
}

 .contact-clean{
    background-color: #2a3283!important;
}

.contact-clean form{
    background-color: #2a3283!important;
    box-shadow: none!important;
    color: white!important;
}

select{
    border-radius: 0!important;
    border: none!important;
}

 h3{
    color: #f7bb07;
    font-family: 'Baskerville Semibold'!important;
    margin-bottom: 20px!important;
}

textarea{
    height: 80px!important;
}

 input[type="text"],  input[type="email"],  input[type="tel"],  textarea,  input[type="number"]{
    border-radius: 0!important;
    border: 0!important;
    margin-bottom: 23px!important;
    font-family: 'Gotham Book'!important;
}
/* 
 label{
    display: none!important;
} */

.btn-primary{
    background-color: #f7bb07!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    margin-top: 20px!important;
    width: 161px!important;
    padding: 10px 20px!important;
    /* font-family: 'Gotham Book'!important; */
    color: black!important;
}

.custom-control-input:checked~.custom-control-label:before{
    border-color: white!important;
    background-color: white!important;
}

.custom-switch .custom-control-input:checked~.custom-control-label:after{
    background-color: #f7bb07!important;
}

 input::placeholder {
    color: black!important;
    font-family: 'Gotham Book'!important;
  }

  .select2-container{
      width: 100%!important;
      border-radius: 0!important;
      border:none!important;
      margin-bottom: 23px!important;
      font-family: 'Gotham Book'!important;
  }