/* Hidden Fields */
.fdhd {
    display: none;
}

/* Placeholder */
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1;

    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
}

.upsell-form-container {
    padding: 10px;
    margin: 0 auto;
}

.upsell-form-content form .form-group {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  
.upsell-form-content form input[type="text"],
.upsell-form-content form input[type="email"],
.upsell-form-content form input[type="number"] {
    font-family: Arial !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    padding: 15px 15px !important;
    background: #F1F2F6 !important;
    border: 1px solid #F1F2F6;
}

.upsell-form-content form select {
    font-family: Arial !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    padding: 12px 15px !important;
    background: #F1F2F6 !important;
    border: 1px solid #F1F2F6 !important;
}

.upsell-form-content form button {
    width: 100% !important;
    height: 60px !important;
    text-transform: uppercase;
    background-color: #226ebf;
    border: 0px;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px !important;
    padding: 15px 5px !important;
}

.upsell-form-content p.texterrorvalidation {
    margin-top: 12px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
}

/* Form .lead-form */
div.lead-form {
    padding-top: 3%;
    padding-bottom: 3%;
}
  
div.lead-form input[type="text"], 
div.lead-form input[type="email"],
div.lead-form input[type="number"] {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    height: 48.4px;
    background: #f1f2f6;
    letter-spacing: 1px !important;
    border: 1px solid #f1f2f6;
    margin-top: 8px;
    margin-bottom: 18px;
    padding: 15px 8px !important;
    font-size: 14px !important;
    border-radius: 3px;
    color: #5b5a5a;
}
  
div.lead-form input[type="textarea"] {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    background: #f1f2f6;
    letter-spacing: 1px !important;
    border: 1px solid #f1f2f6;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 15px 8px !important;
    font-size: 14px !important;
    border-radius: 3px;
    color: #5b5a5a;
}
  
div.lead-form button[type="submit"] {
    width: 100% !important;
    //background-color: #5f912b !important;
    background: #3E611F;
    color: #ffffff;
    border: 0px;
    padding: 5%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
  
div.lead-form .form-check {
    margin-top: 0px;
    margin-bottom: 15px;
}
  
div.lead-form .form-check label.form-check-label {
    font-size: 14px;
    color: #000000;
    font-family: Arial;
    font-weight: 600;
}

/* Form .contact-form */
div.contact-form {
    padding-top: 3%;
    padding-bottom: 3%;
    width: 100%;
}
  
div.contact-form input[type="text"], 
div.contact-form input[type="email"],
div.contact-form input[type="number"] {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    height: 48.4px;
    background: #f1f2f6;
    letter-spacing: 1px !important;
    border: 1px solid #f1f2f6;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 15px 8px !important;
    font-size: 14px !important;
    border-radius: 3px;
    color: #5b5a5a;
}
  
div.contact-form input[type="textarea"] {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    background: #f1f2f6;
    letter-spacing: 1px !important;
    border: 1px solid #f1f2f6;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 15px 8px !important;
    font-size: 14px !important;
    border-radius: 3px;
    color: #5b5a5a;
}
  
div.contact-form button[type="submit"] {
    width: 100% !important;
    background-color: #5f912b !important;
    color: #ffffff;
    border: 0px;
    padding: 3%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

/* Success */
.success-ads {
    width: 320px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Form Select */
select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    height: 48.4px;
    background: #f1f2f6;
    letter-spacing: 1px !important;
    border: 1px solid #f1f2f6;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 15px 8px !important;
    font-size: 14px !important;
    border-radius: 3px;
    color: #5b5a5a;
}

select.default-value {
    color: #C7C5C5 !important;
}

select .select-placeholder {
    color: #C7C5C5 !important;
}

select option:first-child {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C7C5C5 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #C7C5C5 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #C7C5C5 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #C7C5C5 !important;
    opacity: 1;
}

/* Form Validation */
p.texterrorvalidation {
    font-size: 12px !important;
    color: #790000 !important;
    font-weight: bold;
    margin-top: -8px;
}

input.errorvalidation {
    border: 1px solid #790000 !important;
}

.idnvalid {
    display: none;
}

/* *********************************************************** */
/* ********** M E D I A  S C R E E N  S T Y L I N G ********** */
/* *********************************************************** */
@media screen and (max-width: 599px) {
    div.upsell-form {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    div.upsell-form {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #upsell-page,
    .upsell-form-container {
      width: 100% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    #upsell-page,
    .upsell-form-container {
      width: 80% !important;
    }
}

@media screen and (min-width: 992px) {
    .upsell-form-container {
        width: 40% !important;
    }
}