
#nf-form-161-cont{
    width: 100%;
    padding: 40px 80px;
    background: #f2f2f2;
    border-radius: 16px;
    height: 558px;
    margin-bottom: 40px;
}
#nf-field-750-container,
#nf-field-751-container,
#nf-field-752-container{
    min-width: 100%;
}

#nf-field-758-container{
    min-width: 100%;
    position: static;
    display: flex;
    justify-content: center;
}

.label-left .nf-field-label{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 2%;
    text-align: left;
    width: 88%;
    order: 5;
}
#nf-label-field-349{
    height: 48px;
}
#nf-field-349{
    height: 45px;
}
.label-left .nf-field-element {
    display: inline-block;
    width: 5%;
    order: 10;
}
#nf-form-126-cont .field-wrap input{
    vertical-align: -5px;
}
#nf-field-350-wrap .nf-field-label{
    padding-right: 0;
    text-align: left;
    width: 90%;
}
#nf-field-350-wrap .nf-field-element{
    width: 10%;
}
#nf-field-351{
    margin-left: 0 !important;
    transform: translateY(10px)
}

#nf-field-350-container{
    background: #f2f2f2;
    padding: 10px 20px 5px;
    border-radius: 16px;
}
#nf-label-field-350{
    font-weight: 500 !important;
}
.nf-before-form-content{display: none}

.nf-field-element input{
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px !important;
    font-family: inherit;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #404040;
    outline: none;
    box-shadow: none;
    padding: 10px;
    width: 100%;
}
.nf-error .ninja-forms-field{
    border: 1px solid #C10830 !important;
}

.nf-mp-header .nf-progress-container {
    border: none !important;
    border-radius: 20px;
    overflow: hidden;
    height: 10px;
    background: #dfdfdf;
    margin-top: 0 !important;
    margin-bottom: 30px;
}
.nf-mp-header .nf-progress-container .nf-progress {
    background-color: #C10830;
    height: 10px;
}
.nf-mp-header div {
    display: flex;
    flex-direction: column-reverse;
}
.nf-mp-header div .nf-breadcrumbs {
    margin: 20px 0 0 !important;
    list-style-position: inside;
}
.nf-mp-header .nf-breadcrumbs li {
    list-style-type: none !important;
}
.nf-breadcrumbs li {
    float: left;
}
.nf-mp-header .nf-breadcrumbs li:not(.active) a {
    color: #3C3C3B !important;
    cursor: default;
    pointer-events: none;
}
.nf-mp-header .nf-breadcrumbs li.active a {
    pointer-events: none;
}
.nf-error-msg{
    color: #C10830 !important;
}
.nf-field-label label {
    font-weight: 400 !important;
}
.ninja-forms-req-symbol{
    color: inherit !important;
}
@media (min-width: 991px){
    .companies.carousel-companies-svg {
        margin-top: 60px !important;
    }
}
.nf-previous-item, .nf-next-item {
    display: flex;
    align-items: center;
}
.nf-previous, .nf-next {
    color: #C10830;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin-top: auto;
    transition: all .3s ease-out;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 20px;
}
.nf-next-item::after {
    content: "\F285";
    font-family: bootstrap-icons !important;
    font-size: 18px;
    line-height: 18px;
    pointer-events: none;
    margin-left: -15px;
    color: #C10830;
    transition: .3s all;
}
.nf-previous-item::before {
    content: "\F284";
    font-family: bootstrap-icons !important;
    font-size: 18px;
    line-height: 18px;
    pointer-events: none;
    margin-right: -15px;
    color: #C10830;
    transition: .3s all;
}
.column-1,
.column-2{
    float: left;
    width: 50%;
    clear: none !important;
}
.column-1{
    padding-right: 20px;
}
.column-2{
    padding-left: 20px;
}
.nf-form-layout .list-radio-wrap .nf-field-element,
.nf-form-layout .list-checkbox-wrap .nf-field-element{
    margin-top: 10px !important;
}
.nf-form-layout .list-radio-wrap .nf-field-element li,
.nf-form-layout .list-checkbox-wrap .nf-field-element li{
    margin: 0 0 15px !important;
    display: flex;
    align-items: center;
}
.list-radio-wrap .nf-field-element li label, 
.list-checkbox-wrap .nf-field-element li label{
    margin-left: 10px !important;
}
.list-radio-wrap .nf-field-element li input[type='radio'],
.list-checkbox-wrap .nf-field-element li input[type='checkbox']{
    cursor: pointer;
    background: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 26px !important;
    height: 26px !important;
    appearance: none;
    border: 1px solid #404040;
    margin-top: 0;
    transition: all .3s ease;
}
.list-radio-wrap .nf-field-element li input[type='radio']{
    border-radius: 50%;
}
.list-radio-wrap .nf-field-element li input[type='radio']:checked,
.list-checkbox-wrap .nf-field-element li input[type='checkbox']:checked {
    background-color: #C10830;
}
.list-radio-wrap .nf-field-element li input[type='radio']:hover,
.list-checkbox-wrap .nf-field-element li input[type='checkbox']:hover {
    border-color: #C10830;
} 
.list-radio-wrap .nf-field-element li input[type='radio']:focus,
.list-checkbox-wrap .nf-field-element li input[type='checkbox']:focus {
    border-color: #404040;
} 
.nf-field-element .btn-dark {
    background: #3C3C3B;
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: .3s all;
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    height: 42px;
    border: 2px solid transparent !important;
    border-radius: 50px;
    float: right;
}
.nf-field-element .btn-dark:hover {
    background: transparent !important;
    border: 2px solid #3C3C3B !important;
    color: #3C3C3B;
}
.field-wrap textarea{
    height: 110px !important;
    padding: 10px;
}
.field-wrap textarea:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #404040;
}
.nf-field-description {
    font-size: 14px;
    margin-bottom: 0px;
    width: auto !important;
    margin-left: 5px;
    margin-top: 1px;
}