.cn-close-icon:after, .cn-close-icon:before {
background-color:#e6e6e6;
}
.dtm-magenta {color: #e50045;}
.service-item:hover .dtm-magenta {color:#ffffff;}

.list-radio-wrap .nf-field-element li label {font-weight:300; color:#888;}
.listradio-wrap .nf-field-element label:after {background:transparent !important; border: 2px solid #888 !important;}
.listradio-wrap .nf-field-element label.nf-checked-label:after {border-color:#fff !important;}
.listradio-wrap .nf-field-element label.nf-checked-label:before {background:#fff !important;}

.nf-form-content .nf-mp-body .submit-wrap input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
color: #fff;
    background-color: #e50045;
    border-color: #cc003d;
cursor:pointer;
}

.nf-form-content .nf-mp-body .submit-wrap input[type=submit]:hover
{
background: #e6e6e6;
    border-color: #333;
    color: #666;
}