﻿.new_steps_wrapper {
    border-radius: 5px;
}
    .new_steps_wrapper .border-bott {
        border-bottom: 1px solid #ccc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .new_steps_wrapper > div#step_content {
        
    }

        .new_steps_wrapper > div#step_content > .prizes_list {
            background-color: #b8c9d1;
            margin: 0px auto 10px auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
            padding: 5px;
            border-radius: 5px
        }

            .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item {
                display: inline-block;
                max-width: 205px;
                width: 100%;
                min-height: 290px;
                vertical-align: top;
                margin: 5px;
            }

                .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a {
                    display: inline-flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    min-height: 288px;
                    background-color: #fff;
                    width: 100%;
                    border: 2px solid #ccc;
                    color: #008fff;
                    border-radius: 5px;
                }

                    .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > span.prize {
                        font-size: 36px;
                        font-weight: 700;
                    }

                    .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > span.p_desc {
                        font-size: 17px;
                        margin: 10px auto;
                        width: 170px;
                        text-align: center;
                    }

                    .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > .green_btn {
                        background-color: #15af44;
                        color: #fff;
                        padding: 15px 10px;
                        font-size: 18px;
                        margin-top: 30px;
                        width: 65%;
                        text-align: center;
                        border-radius: 10px;
                    }

                    .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a:hover {
                        text-decoration: none;
                        border: 2px solid #15af44;
                    }

                        .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a:hover > .green_btn {
                            background-color: #00ff00;
                            color: #295214;
                        }

        .new_steps_wrapper > div#step_content > .steps1_top {
            width: 100%;
            max-width: 670px;
            display: flex;
            margin: 15px auto;
            position: relative;
            min-height: 195px;
            border: 8px solid #b8c9d1;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: center;
            box-sizing: border-box;
            border-radius: 5px;
        }

            .new_steps_wrapper > div#step_content > .steps1_top > .step_mini {
                display: flex;
                position: relative;
                z-index: 1;
                flex-direction: column;
                align-items: center;
                color: #333;
                max-width: 150px;
                width: 100%;
                flex-wrap: wrap;
                align-content: space-evenly;
                margin-bottom: 10px;
            }

                .new_steps_wrapper > div#step_content > .steps1_top > .step_mini > span {
                    color: #333;
                    font-size: 17px;
                    font-weight: 600;
                    margin-top: 16px;
                    max-width: 135px;
                    text-align: center;
                }

                    .new_steps_wrapper > div#step_content > .steps1_top > .step_mini > span:nth-of-type(1) {
                        margin-bottom: 10px;
                        margin-top: 12px;
                    }

                .new_steps_wrapper > div#step_content > .steps1_top > .step_mini > img {
                    width: 75%;
                }

        .new_steps_wrapper > div#step_content > h2.step_heading {
            color: #fff;
            background-color: #084769;
            text-align: center;
            padding: 10px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 20px;
            -moz-border-radius-topright: 20px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            font-size: 15px;
            margin: auto;
        }

        .new_steps_wrapper > div#step_content > .step_heading_desc {
            background-color: #d9e3f9;
            vertical-align: top;
            display: flex;
            flex-direction: row;
            padding: 15px;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 0px;
        }

            .new_steps_wrapper > div#step_content > .step_heading_desc > img {
                margin-right: 15px;
                width: 135px !important;
                height: 95px !important;
            }

            .new_steps_wrapper > div#step_content > .step_heading_desc > .details > h2 {
                margin: auto;
            }

            .new_steps_wrapper > div#step_content > .step_heading_desc > .details > p {
                font-size: 18px;
            }

        .new_steps_wrapper > div#step_content span.price {
            background-color: #f00;
            color: #fff;
            font-size: 22px;
            font-weight: 700;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            padding: 35px 0px;
            margin: 20px;
            width: 130px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            vertical-align: top;
        }

            .new_steps_wrapper > div#step_content span.price > small {
                font-size: 20px;
                display: block;
            }

        .new_steps_wrapper > div#step_content .description {
            display: inline-block;
            font-size: 18px;
            color: #084768;
            padding-top: 20px;
        }

            .new_steps_wrapper > div#step_content .description > div#termsplus > p.tc > a#lnkterms {
                font-size: 16px;
                color: #084768;
            }

        .new_steps_wrapper > div#step_content hr {
            background-color: #084769;
            height: 3px;
            margin: 30px auto;
            width: 100%
        }

            .new_steps_wrapper > div#step_content hr.regular {
                background-color: #ccc;
                height: 1px;
                margin: 0px auto 30px auto;
            }

        .new_steps_wrapper > div#step_content ul li {
            font-size: 15px;
            list-style: disc;
            list-style-position: inside;
            margin-bottom: 10px;
        }

        .new_steps_wrapper > div#step_content p, .new_steps_wrapper > div#step_content li, .new_steps_wrapper > div#step_content li > a, .new_steps_wrapper > div#step_content li > a #cookies_plus {
            font-size: 18px;
            color: #084768 !important;
            list-style-position: inside;
            text-decoration: none;
        }

        .new_steps_wrapper > div#step_content a.room_download_link {
            margin: 50px auto;
            background-color: #11b322;
            color: #fff;
            padding: 30px 20px;
            font-size: 18px;
            display: table;
            text-align: center;
            border-radius: 10px;
        }

            .new_steps_wrapper > div#step_content a.room_download_link:hover {
                text-decoration: none;
                background-color: #00ff00;
                color: #295214;
            }

        .new_steps_wrapper > div#step_content .section > div#divterms p {
            font-size: 15px;
            line-height: 24px;
        }

    .new_steps_wrapper .step-content {
        padding: 1px 20px;
        margin-bottom: 10px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

        .new_steps_wrapper .step-content > div > p {
            margin: 10px auto;
            padding: 0 15px;
        }

    .new_steps_wrapper .step-content-bottom {
        margin-top: -20px;
        display: block;
        border-top: none;
        border-bottom: 1px solid #ccc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .new_steps_wrapper fieldset {
        width: 100%;
        max-width: 380px;
        display: inline-block;
        text-align: left;
    }

        .new_steps_wrapper fieldset span.error {
            padding: 5px 0px;
        }

        .new_steps_wrapper fieldset label {
            display: block;
            font-weight: 600;
        }

        .new_steps_wrapper fieldset textarea {
            min-width: 300px;
        }

.two_columns_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

    .two_columns_container > div:nth-last-of-type(1) {
        text-align: right;
    }

        .two_columns_container > div:nth-last-of-type(1) > img.account {
            width: 100%;
        }

.new_steps_wrapper .huge_next_button {
    color: #fff !important;
    background-color: #1ece31;
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
    padding: 15px 10px;
    width: calc(90% - 20px);
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
    border-radius: 10px;
}

.indent {
    padding-left: 15px !important;
}

.new_steps_wrapper .huge_next_button:hover {
    text-decoration: none;
    background-color: #00ff00;
    color: #295214;
    text-align: center;
}

.text_align_center {
    text-align: center;
}

.new_steps_wrapper .huge_next_button.buttonGray {
    text-decoration: none;
    background-color: #1ece31;
    color: #295214;
    background-image: none;
}

    .new_steps_wrapper .huge_next_button.buttonGray:hover {
        text-decoration: none;
        background-color: #00ff00;
        color: #295214;
        background-image: none;
    }

    .new_steps_wrapper .huge_next_button.buttonGray span, .new_steps_wrapper .huge_next_button.buttonGray span:hover {
        background: inherit;
        float: none;
        background-image: none;
    }

.new_steps_wrapper > div#step_content p.bonus-code {
    margin-top: 20px;
}

.new_steps_wrapper .step-content div#divterms ul li {
    list-style: disc;
    list-style-position: outside;
    font-size: 14px;
    box-sizing: border-box;
    width: 98%;
    margin-left: 16px;
    padding: 5px 0px;
    line-height: 20px;
}

.new_steps_wrapper > div#step_content span.price > br {
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    text-align: end;
    display: none;
}

ul.free-gifts-ul li {
    display: list-item;
    list-style: circle;
    line-height: 25px;
}
