.reprise_form .ref_filefield_label,
.reprise_form .form-control{
    min-width: 274px;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 0 15px;
}
.reprise_form .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
.reprise_form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.reprise_form .form-control::placeholder {
    color: #fff;
}
.reprise_form .only_border_bottom{
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.reprise_form .cta .form-control{
    padding: 0 20px;
    min-width: 145px;
    text-align: center;
}
.reprise_form .cta .form-control:hover{
    background: #fff;
    color: rgba(33, 48, 83, 1);
}
.reprise_form .row {
  margin: 0 -5px 20px;
}
.reprise_form .blue_bg {
    background: rgb(33, 48, 83);
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
}
.reprise_form .row .col{
   padding: 5px;
}
.reprise_form .col_row{
   padding: 0;
}
.reprise_form label{
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.reprise_form .label_block{
    display: block;
}
.reprise_form .form-control-select{
    border: 1px solid rgba(33, 48, 83, 1);
    background: rgba(33, 48, 83, 1) url(../img/white_select.svg) no-repeat calc(100% - 15px) center / 17px;
    padding-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 40px;
    width: 100%;
}
.reprise_form .row .title {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.reprise_form .switch_box,
.reprise_form .radio_box {
    margin: 5px 15px 5px 0;
}
.reprise_form .space_between{
    justify-content: space-between;
}
.reprise_form .align_items_center{
    align-items: center;
}
.reprise_form .sub_title {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}
.reprise_form .label_title {
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.reprise_form .switch {
     display: inline-block;
}
.reprise_form .switch input {
     display: none;
}
.reprise_form .switch small {
     display: inline-block;
     width: 43px;
     height: 18px;
     background: #455a64;
     border-radius: 30px;
     position: relative;
     cursor: pointer;
}
.reprise_form .switch small:after {
     content: "No";
     position: absolute;
     color: #fff;
     font-size: 11px;
     font-weight: 600;
     width: 100%;
     left: 0px;
     text-align: right;
     padding: 0 6px;
     box-sizing: border-box;
     line-height: 18px;
}
.reprise_form .switch small:before {
     content: "";
     position: absolute;
     width: 12px;
     height: 12px;
     background: #fff;
     border-radius: 50%;
     top: 3px;
     left: 3px;
     transition: .3s;
     box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.reprise_form .switch input:checked ~ small {
     background: #4fc5c5;
     transition: .3s;
}
.reprise_form .switch input:checked ~ small:before {
     transform: translate(25px, 0px);
     transition: .3s;
}
.reprise_form .switch input:checked ~ small:after {
     content: "Yes";
     text-align: left;
}
.reprise_form .switchSmall {
     display: inline-block;
     margin: 0 0 0 10px;
}
.reprise_form .switchSmall input {
     display: none;
}
 .switchSmall small {
     display: inline-block;
     width: 52px;
     height: 28px;
     background: rgba(38, 69, 144, 1);
     border-radius: 50px;
     position: relative;
     cursor: pointer;
}
 .switchSmall small:before {
     content: "";
     position: absolute;
     width: 20px;
     height: 20px;
     background: #fff;
     border-radius: 50%;
     top: 4px;
     left: 4px;
     transition: .3s;
}
 .switchSmall input:checked ~ small {
     background: rgba(38, 69, 144, 1);
     transition: .3s;
}
 .switchSmall input:checked ~ small:before {
     transform: translate(23px, 0px);
     transition: .3s;
}

.reprise_form [type="radio"]:checked,
.reprise_form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.reprise_form [type="radio"]:checked + label,
.reprise_form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    display: inline-block;
    color: #fff;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    cursor: pointer;
}
.reprise_form [type="radio"]:checked + label:before,
.reprise_form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(38, 69, 144, 1);
    border-radius: 100%;
    background: rgba(38, 69, 144, 1);
}
.reprise_form [type="radio"]:checked + label:after,
.reprise_form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.reprise_form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.reprise_form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.reffile_value {
    border: 1px solid #fff;
    padding: 8px 35px 8px 10px;
    color: #fff;
    line-height: normal;
    margin-top: 10px;
    position: relative;
}
.ref_filefield_input {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.reffile_value_remove {
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
    background: url(../img/white_remove.svg) no-repeat center;
    height: 17px;
    width: 17px;
    cursor: pointer;
}