* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    /*#msform input,
#msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 16px;
  letter-spacing: 1px
}*/
    #msform input,
    #msform textarea {
    }

.help-card .help-flag {
    display: block;
    height: 24px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.card .card-content {
    padding: 20px;
}

.help-card {
    font-size: 14px;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .help-card .help-card-top {
        display: flex;
        margin-bottom: 6px;
    }

    .help-card .help-card-title {
        font-size: 16px;
        font-weight: 600;
    }


#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
    }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f072"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        top: 25px;
        z-index: -1;
        margin-left: -25px;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #C8215C
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}


    .form-register .steps ul {
        display: flex;
        display: -webkit-flex;
        list-style: none;
    }

    .form-register .steps li,
    .form-register .steps li.current {
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        position: relative;
    }

        .form-register .steps li .current-info {
            display: none;
        }

        .form-register .steps li a {
            text-decoration: none;
            outline: none;
            -o-outline: none;
            -ms-outline: none;
            -moz-outline: none;
            -webkit-outline: none;
        }

            .form-register .steps li a .title span {
                display: block;
            }

            .form-register .steps li a .title .step-icon {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #ccc;
                margin: 0 auto;
                position: relative;
                outline: none;
                -o-outline: none;
                -ms-outline: none;
                -moz-outline: none;
                -webkit-outline: none;
                color: #fff;
                font-size: 25.6px;
            }

            .form-register .steps li a .step-icon i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
            }

@media(min-width:767px) {

    .deneme2::before {
        position: absolute;
        content: "";
        background: #e5e5e5;
        width: 100%;
        height: 2px;
        top: 35%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

    .form-register .steps li .step-icon::before {
        right: 100%;
    }


    .form-register .steps .current .one::before {
        height: 0px;
        width: 0px;
    }

    .form-register .steps .current .four::after {
        height: 0px;
        width: 0px;
    }

    .form-register .steps li:last-child .step-icon::after {
        left: 100%;
        background: transparent;
    }

    .form-register .steps li.current a .step-icon,
    .form-register .steps li.current a:active .step-icon,
    .form-register .steps li.done a .step-icon,
    .form-register .steps li.done a:active .step-icon {
        background: #C8215C;
    }

    .form-register .steps .current .step-icon::before,
    .form-register .steps .current:last-child .step-icon::after,
    .form-register .steps .done .step-icon::before {
        background: #C8215C;
    }

    .form-register .steps li a .step-text {
        color: #999;
        font-weight: 400;
        font-size: 13px;
        padding: 14px 0 8px;
    }

    .form-register .steps .current .step-text,
    .form-register .steps .done .step-text {
        color: #333;
    }

    .form-register .content {
        margin: 0 20px 0 20px;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 35px 55px 55px;
    }

        .form-register .content h2 {
            display: none;
        }

        .form-register .content .inner h3 {
            font-size: 22px;
            color: #333;
            font-weight: 700;
            margin: 0;
            padding-bottom: 18px;
            padding-top: 5px;
        }

        .form-register .content .form-total-p-1 .inner h3 {
            padding-bottom: 13px;
            padding-top: 0;
        }

        .form-register .content #form-total-p-3 .inner h3 {
            padding-bottom: 5px;
        }

        .form-register .content .inner h4 {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin: 0;
        }
