.formRow {
    position: relative;
    width: 100%;
    margin: 8px 0 20px 0;
}

.form-row-group:after {
    content: "";
    clear: both;
    display: block;
}

.formRow--item {
    display: block;
    width: 100%
}

.formRow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_box_arw.png) no-repeat right center;
    border: 1px solid #c6c6c6;
    height: 45px;
}

.formRow--input {
    position: relative;
    box-sizing: border-box;
    padding: 13px 15px 12px 11px;
    width: 100%;
    outline: none;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 4px;
    color: #272660;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    resize: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* min-height: 45px; */
    height: 45px;
    font-family: "Poppins", sans-serif;
}
textarea.formRow--input {
    height: auto;
    min-height: 45px;
}

.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.formRow--input-wrapper.active .placeholder,
.formRow--input-wrapper input:-webkit-autofill ~ .placeholder {
    top: -8px;
    background-color: #fff;
    color: #272660;
    font-size: 14px;
    line-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover)~.placeholder {
    color: #231f61
}

.formRow--input:focus,
.formRow--input:hover {
    border-color: #272660
}

.formRow .placeholder {
    position: absolute;
    top: 22px;
    left: 10px;
    display: block;
    padding: 0 5px;
    color: #272660;
    white-space: nowrap;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.formRow .placeholder b,
.rating-required {
    font-size: 14px;
    color: #ff3925;
}

.formRow .markuptext {
    font-size: 11px;
    color: #e42e1c;
    margin-top: 3px;
    display: inline-block;
}

.formRow.form-col-12 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.formRow.form-col-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.formRow.form-col-4 {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.option-group.field {
    margin-bottom: 10px;
}

.option-group.field .option {
    margin: 0 10px;
    font-weight: 500;
}

.form-group-wrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
}

.request_form_row:after {
    content: "";
    clear: both;
    display: block;
}

.success_content {
    margin-top: 15px;
    width: 100%;
}

.success_content .boldsucc {
    font-size: 18px;
}

.success_content p.ttl {
    font-size: 30px;
    padding-bottom: 10px;
    font-family: "Trebuchet MS";
}

 

.confirm_text1 {
    margin-bottom: 10px;
    font-size: 19px;
}

 

.sample_text p {
    width: 65%;
}

.sample_text p.ttl {
    padding-bottom: 5px;
}

.sample_text .sample_contact p {
    width: auto;
}

.sample_text p+p+p {
    display: none;
}

.sample_contact p.proim,
.sample_contact p a.drcom {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
    color: #383737 !important;
}

.sample_contact p a.drcom {
    border-right: 0px;
}

.sample-request-form .formRow.form-col-6 {
    margin-bottom: 22px;
}

.form-radio-group {
    padding: 0 10px;
}

.form-label-tick {
    margin-right: 25px;
}

.popup-signin-forms .formRow {
    margin-bottom: 22px;
}
.verified_msg_tx {
    color: #de4343;
}
.verifyaddress {
    margin-bottom: 10px
}
.verifyaddress:empty {
    display: none;
}
.verifyloader {
    padding: 10px
}
.success_verif {
    color: #4ba31b !important;
}
.success_verif span {
    color: #4ba31b !important;
}
.success_verif img {
    float: left;
    margin-top: 1px;
}
.verifyaddress .error_verif {
    display: flex;
    align-items: center;
}
.verified_msg_tx {
    margin-left: 6px;
}
.address-success {
    width: 100%;
    float: left;
    padding: 10px 0 0px 10px;
    color: #4ba31b ;
    font-weight: 500;
    font-size: 14px;
}
.verify-add-wrap {
    margin: 0 !important;
}
.register-newsletter-block .formRow.form-col-6 {
    margin-bottom: 0;
}
.formerror{
    color: #d51f36;
    font-size: 12px;
}
/* New style  */
.form-tax-exempt { margin: 0px !important;}

/* New style end */