/* bundled styles */
/* form #35170 */
.mc4wp-form-35170 label, 
.mc4wp-form-35170 input, 
.mc4wp-form-35170 textarea, 
.mc4wp-form-35170 select, 
.mc4wp-form-35170 button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mc4wp-form-35170 {
	display: block;
	background-repeat: repeat;
}

.mc4wp-form-35170 input[type='radio'],
.mc4wp-form-35170 input[type='checkbox'] {
	margin-right: 6px;
	display: inline-block
}

.mc4wp-form {
    width: 100%;
	padding: 16px;
	margin: 0;
	background: #00142d;
	font-family: Poppins, Sans-Serif;
	max-width: 1240px;
	color: white;
	border: 2px solid #0db5ff;
	border-radius: 10px; 
}
.mc4wp-form h3, .mc4wp-form h4 {
	text-align: center; 
}
.mc4wp-form h3 {
    margin-bottom:16px;
    font-weight: 700;
}
  .mc4wp-form h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom:4px;
}
.mc4wp-form_input > label:first-child {
  font-size:16px;
  font-weight:700;
}
.mc4wp-form input {
	padding: 4px;
	border-radius: 5px !important;
}

.mc4wp-form_input-group {
    width: 100%;
    display: flex;
    gap: 8px;
}

.mc4wp-form_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    width: 100%;
}
.mc4wp-form_input input, .mc4wp-form_input select {
    max-width: 100% !important;
}
  
.asterisk {
	color: #ff864a !important;
}

.mc4wp-form_input-group {
  display:flex;
  gap:8px;
  width: 100%;
}

.mc4wp-form_input-group > .mc4wp-form_input {
  max-width:50%;
}

.two-col-input{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.two-col-input label > span{
  margin-bottom: 4px !important;
  font-weight: 500 !important;
  font-size: 14px;
}
.one-col-mobile {
    grid-template-columns: 1fr;
}

.mc4wp-form .submit-btn {
    width: 100%;
}

.mc4wp-form .submit-btn > input {
    width: 100%;
    padding: 12px 24px;
    background: #12b0f3;
	font-weight: 600;
	font-size: 16px ;
	min-width: 100px ;
	border: 2px solid #7fd8ff;
}
.mc4wp-form label {
	font-weight: 600;
}

@media (min-width:1024px){
    .mc4wp-form {
        padding:24px;
    }
    
    .mc4wp-form_input-group {
        gap:24px;
    }
    
    .mc4wp-form_input {
        margin-bottom: 16px;
    }
    
    .mc4wp-form_input.email{
        margin-top: 8px;
    }
    
    .mc4wp-form_input label {
        margin-bottom: 8px !important;
    }
    
    input[type="radio"] {
        cursor: pointer;    
    }

    .mc4wp-form h3, .mc4wp-form h4 {
      text-align: left; 
  }

  .two-col-input{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* form #34175 */
.mc4wp-form-34175 label, 
.mc4wp-form-34175 input, 
.mc4wp-form-34175 textarea, 
.mc4wp-form-34175 select, 
.mc4wp-form-34175 button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mc4wp-form-34175 {
	display: block;
	background-repeat: repeat;
}

.mc4wp-form-34175 input[type='radio'],
.mc4wp-form-34175 input[type='checkbox'] {
	margin-right: 6px;
	display: inline-block
}

.mc4wp-form {
    width: 100%;
	padding: 16px;
	margin: 0;
	background: #00142d;
	font-family: Poppins, Sans-Serif;
	max-width: 1240px;
	color: white;
	border: 2px solid #0db5ff;
	border-radius: 10px; 
}
.mc4wp-form h3, .mc4wp-form h4 {
	text-align: center; 
}
.mc4wp-form h3 {
    margin-bottom:16px;
    font-weight: 700;
}
  .mc4wp-form h4 {
    font-size:16px;
    font-weight: 500;
    margin-bottom:4px;
}

.mc4wp-form input {
	padding: 4px;
	border-radius: 5px !important;
}

.mc4wp-form_input-group {
    width: 100%;
    display: flex;
    gap: 8px;
}

.mc4wp-form_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    width: 100%;
}
.mc4wp-form_input input {
    max-width: 100% !important;
}
  
  
.asterisk {
	color: #ff864a !important;
}

.mc4wp-form_input-group {
  display:flex;
  gap:8px;
  width: 100%;
}

.mc4wp-form_input-group > .mc4wp-form_input {
  max-width:50%;
}

.mc4wp-form .submit-btn {
    width: 100%;
}

.mc4wp-form .submit-btn > input {
    width: 100%;
    padding: 12px 24px;
    background: #12b0f3;
	font-weight: 600;
	font-size: 16px ;
	min-width: 100px ;
	border: 2px solid #7fd8ff;
}
.mc4wp-form label {
	font-weight: 600;
}

@media (min-width:1024px){
    .mc4wp-form {
        padding:24px;
    }
    
    .mc4wp-form_input-group {
        gap:24px;
    }
    
    .mc4wp-form_input {
        margin:16px 0;
    }
    
    .mc4wp-form_input.email{
        margin-top:8px;
    }
    
    .mc4wp-form_input label {
        margin-bottom:8px !important;
    }
    
    input[type="radio"] {
        cursor: pointer;    
    }
    .mc4wp-form h3, .mc4wp-form h4 {
      text-align: left; 
  }
}

