.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}



.modal-content1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000000db;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3.3rem;
    outline: 0;
    width: 675px;
    margin-left: -100px;
}

.modal-header1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-header1 .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close1 {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close1 {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-body1 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.logoweb {
    margin-top: -70px;
}

.modal1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

div#step1, div#step2, div#step3, div#step4, div#step5, div#step6 {
    padding: 25px 40px;
}

.tab-pane h3 {
    font-size: 35px;
}

.radioText {
    padding: 10px;
}

.labels{
 margin-left: -11px !important; 
}

.radioText label {
    /* margin-top: 10px; */
    margin-left: 7px;
}

.form-box-main form input[type="checkbox"]:not(old)+label, input[type="radio"]:not(old)+label {
    color: #000;
}

.form-box-main form input[type="checkbox"]:not(old)+label, input[type="radio"]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../images/images-checks.html) no-repeat 0 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color:#fff;
}

.sw-theme-default {
    border: none !important;
}
.tab-pane label {
    color: #fff;
}