@font-face {
    font-family: 'AAJannatLTBold';
    src: url('../../../fonts/AAJannatLTBold.ttf') format('truetype');
}
@font-face {
    font-family: 'AAJannatLTRegular';
    src: url('../../../fonts/AAJannatLTRegular.ttf') format('truetype');
}
@font-face {
    font-family: "Nasser-Regular";
    src: url("../../../fonts/Nasser-Regular.ttf");
}
@font-face {
    font-family: 'Bahij Fedra Arabic-Bold';
    src: url('../../../fonts/Bahij Fedra Arabic-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "Nasser-Bold";
    src: url("../../../fonts/Nasser-Bold.ttf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "AAJannatLTRegular";
    font-size: 15px;
    color: #666;
    margin: 0;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input, textarea, select, button {
    font-family: "Nasser-Regular";
    font-size: 15px;
    color: #666;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
}

    select option[value=""][disabled] {
        display: none;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

body {
    /*background: url("../images/WD Black Bg.jpg");
    background-size: cover;*/
    background-color: #000000;
}

.wrapper {
    max-width: 1400px;
    /*height: 100vh;*/
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
}

    .wrapper .image-holder {
        position: absolute;
        top: 0%;
        right: 6%;
        width: 10%;
    }

    .wrapper form {
        width: 85%;
        margin: 0 auto;
    }

.wizard > .steps .current-info, .wizard > .steps .number {
    display: none;
}

#wizard {
    background: #fff;
    padding: 10% 5% 12%;
}

#introDiv {
    color: black;
    background-color: white;
    margin: 0% 12% 2% 0;
}

.steps {
    margin-bottom: 30px;
    margin-top: 5px;
}

    .steps ul {
        display: flex;
        position: relative;
    }

        .steps ul li {
            width: 20%;
            margin-right: 10px;
        }

            .steps ul li:first-child {
                margin-right: 25%;
            }

            .steps ul li a {
                display: inline-block;
                width: 100%;
                height: 10px;
                background: #e6e6e6;
                border-radius: 3.5px;
            }

            .steps ul li.first a, .steps ul li.checked a {
                background: #ffdd00;
                transition: all 0.5s ease;
            }

        .steps ul:before {
            content: "بيانات التسجيل";
            font-size: 1.2em;
            font-family: "Nasser-Bold";
            color: #000;
            top: -24px;
            position: absolute;
            /*margin-right: 9px;*/
            font-weight: bold;
            background-color: #ffdd00;
            padding: 1% 3%;
        }

        .steps ul.step-2:before {
            content: "نـظــام الاشتـراك";
        }

        .steps ul.step-3:before {
            content: "استمارة الاشتراك";
        }

        .steps ul.step-4:before {
            content: "الصور والمستندات";
        }

        .steps ul.step-5:before {
            content: "المقابلة العائلية";
        }

        .steps ul.step-6:before {
            content: "متابعة الاجراءات";
        }

h3 {
    font-family: "Nasser-Bold";
}

.form-row {
    margin-bottom: 24px;
}

    .form-row label {
        margin-bottom: 8px;
        display: block;
        font-weight: bold;
    }

    .form-row.form-group {
        display: flex;
    }

        .form-row.form-group .form-holder {
            width: 50%;
            margin-right: 5px;
        }

            .form-row.form-group .form-holder:last-child {
                margin-right: 0;
            }

.form-holder {
    position: relative;
}

    .form-holder i {
        position: absolute;
        top: 11px;
        right: 19px;
        font-size: 17px;
        color: #999;
    }

.form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    background: none;
    width: 100%;
    padding: 0 18px;
}

    .form-control:focus {
        border-color: #f7ee0b;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        font-size: 13px;
    }

    .form-control::-moz-placeholder {
        color: #999;
        font-size: 13px;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        font-size: 13px;
    }

    .form-control:-moz-placeholder {
        color: #999;
        font-size: 13px;
    }

textarea.form-control {
    padding-top: 11px;
    padding-bottom: 11px;
    height: 75px;
}

.option {
    color: #999;
}

.actions {
    width: 100%;
    float: right
}

    .actions ul {
        display: flex;
        margin-top: 30px;
        justify-content: space-between;
    }

        .actions ul.step-last {
            justify-content: flex-end;
        }

            .actions ul.step-last li:first-child {
                display: none;
            }

    .actions li a {
        padding: 0;
        font-weight: bold;
        border: none;
        display: inline-flex;
        height: 60px;
        width: 250px;
        /*width: 160px;*/
        align-items: center;
        background: #ffdd00;
        cursor: pointer;
        position: relative;
        /*padding: 20% 10%;*/
        padding: 1em 1em;
        color: #333;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        /*font-weight: 400;*/
    }

        .actions li a:before {
            content: '\f2ea';
            position: absolute;
            top: 35%;
            right: 80%;
            font-family: Material-Design-Iconic-Font;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        .actions li a:hover {
            background: #ffd700;
        }

            .actions li a:hover:before {
                -webkit-animation-name: hvr-icon-wobble-horizontal;
                animation-name: hvr-icon-wobble-horizontal;
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
            }

    .actions li[aria-disabled="true"] a {
        display: none;
    }

    .actions li:first-child a {
        background: #e6e6e6;
        padding-left: 48px;
        padding-right: 59%;
    }

        .actions li:first-child a:before {
            content: '\f2ee';
            right: 15%;
        }

        .actions li:first-child a:hover {
            background: #ccc;
        }

    .actions li:last-child a {
        font-weight: 400;
    }

.checkbox {
    position: relative;
}

    .checkbox label {
        padding-left: 21px;
        cursor: pointer;
        color: #999;
    }

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox input:checked ~ .checkmark:after {
            display: block;
        }

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: Material-Design-Iconic-Font;
    color: #000;
    font-size: 10px;
    font-weight: bolder;
}

    .checkmark:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        content: '\f26b';
    }

.checkbox-circle {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .checkbox-circle label {
        cursor: pointer;
        padding-left: 26px;
        color: #999;
        display: block;
        margin-bottom: 15px;
        position: relative;
    }

        .checkbox-circle label.active .tooltip {
            display: block;
        }

    .checkbox-circle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-circle input:checked ~ .checkmark:after {
            display: flex;
        }

    .checkbox-circle .checkmark {
        position: absolute;
        top: 20px;
        left: 90%;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        /*background: #ebebeb;*/
        background: white;
        border: 1px solid #cdcdcd;
    }

        .checkbox-circle .checkmark:after {
            content: "";
            top: 9px;
            left: 9px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            /*background: #666666;*/
            background: black;
            position: absolute;
            display: none;
        }

    .checkbox-circle .tooltip {
        padding: 9px 22px;
        background: #f2f2f2;
        line-height: 1.8;
        position: relative;
        margin-top: 16px;
        margin-bottom: 28px;
        display: none;
    }

        .checkbox-circle .tooltip:before {
            content: "";
            border-bottom: 10px solid #f2f2f2;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
            position: absolute;
            bottom: 100%;
        }

.product {
    margin-bottom: 33px;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

    .item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .item .left {
        display: flex;
        align-items: center;
    }

    .item .thumb {
        display: inline-flex;
        width: 100px;
        height: 90px;
        justify-content: center;
        align-items: center;
        border: 1px solid #f2f2f2;
    }

    .item .purchase {
        display: inline-block;
        margin-left: 21px;
    }

        .item .purchase h6 {
            font-family: "Nasser-Regular";
            font-size: 16px;
            margin-bottom: 4px;
            font-weight: 500;
        }

            .item .purchase h6 a {
                color: #333;
            }

    .item .price {
        font-size: 16px;
    }

.checkout {
    margin-bottom: 44px;
}

    .checkout span.heading {
        font-family: "Nasser-Bold";
        font-weight: 500;
        margin-right: 5px;
    }

    .checkout .subtotal {
        margin-bottom: 18px;
    }

    .checkout .shipping {
        margin-bottom: 19px;
    }

        .checkout .shipping span.heading {
            margin-right: 4px;
        }

    .checkout .total-price {
        font-family: "Nasser-Bold";
        color: #333;
        font-weight: 700;
    }

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*start of popup modal*/
.btn-cta {
    margin-top: 2%;
    width: 15%;
    display: block;
    /*margin: 0 auto;*/
    text-align: center;
    padding: 10px;
    background: #ccc;
    /*background: #f7ee0b;*/
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

.popup-btn {
    text-align: right;
    border: 0;
    padding: 0;
    margin-top: 2%;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .popup-btn:hover {
        font-weight: bold;
    }

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.59, -0.17, 0.3, 1.67);
    top: 0px;
    left: 0px;
    z-index: 50000;
}

    .overlay.is-open {
        opacity: 1;
        pointer-events: auto;
    }

        .overlay.is-open .modal {
            transform: translate(0px, 0px);
        }

.modal {
    transform: translate(0px, -50px);
    transition: all 0.7s cubic-bezier(0.59, -0.17, 0.3, 1.67);
    position: relative;
    padding: 5%;
    width: 500px;
    background-color: white;
    color: #231d23;
    text-align: right;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
}


    .modal .close-btn {
        position: absolute;
        padding: 1% 4%;
        font-size: 20px;
        text-align: center;
        background: #ccc;
        top: -1px;
        right: 0;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .modal .close-btn:hover, .btn-modal:hover {
            transform: scale(1.2);
            font-weight: bold;
        }

.btn-modal {
    border: 0;
    padding: 3% 6%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 2%;
}

    .btn-modal:last-child {
        margin-right: 2%;
        background: #f7ee0b;
    }

/*end of popup modal*/

/*# sourceMappingURL=style.css.map */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

#wizard-p-3 {
    zoom: 1.2;
}

label.odd {
    background-color: #f7e00b99;
    line-height: 40px;
}

label.even {
    background-color: whitesmoke;
    line-height: 40px;
}

.checkbox-circle label {
    margin-bottom: 0px;
}

.ClubName {
    margin-right: 15%;
    font-weight: bold;
    color: black;
}


.ajax_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.85);
    z-index: 1
}

    .ajax_loader i {
        position: absolute;
        left: 50%;
        top: 50%;
    }

#introDiv {
    color: black;
    background-color: white;
    padding: 2%;
    /*margin-right: 40px;*/
}

.price, .option {
    position: relative;
    z-index: 2;
}



.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

    .card a:hover {
        text-decoration: none;
    }



.slide-container {
    margin: 10% 0 5%;
    text-align: center;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.payment-wrapper-slider {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.wrapper-slider {
    width: 100%;
}

    .wrapper-slider:focus {
        outline: 0;
    }

.payment-clash-card {
    background: white;
    /*width: 85%;*/
    width: 95%;
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    position: relative;
    padding: 20px;
    text-align: right;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 9999;
}

.clash-card {
    background: white;
    width: 95%;
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    position: relative;
    text-align: center;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 9999;
    min-height: 480px;
}

.clash-card__image {
    position: relative;
    height: 185px;
    margin-bottom: 35px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: #e8e8e8;
}

    .clash-card__image img {
        position: absolute;
        top: -26%;
    }

.tennis img {
    width: 40%;
    left: 31%;
}

.basketball img {
    width: 60%;
    left: 20%;
}

.football img {
    width: 77%;
    left: 5%;
}

.price {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5%;
    color: #F6901A;
}

.card-name {
    font-size: 1rem;
    color: black;
    font-weight: 900;
    margin-bottom: 5px;
}

.card-description {
    padding: 2% 10% 5%;
    font-size: 0.9rem;
}

.package-btn {
    margin-bottom: 10%;
    border: 0;
    background: transparent;
}

    .package-btn span {
        position: relative;
        z-index: 2;
        background: #fff;
        color: black;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        display: block;
        text-align: center;
        margin: 20px auto 0;
        font-size: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

        .package-btn span:hover {
            text-decoration: none;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            background: linear-gradient(-45deg,#F7971E,#FFD200);
            color: #000000;
        }

/* Next & previous buttons */
.prev-1, .next-1 {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    /*margin-top: -22px;*/
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    bottom: 18rem;
    font-size: 1.5rem;
    top: 125%;
}

/* Position the "next button" to the right */
.next-1 {
    right: 20%;
}

.prev-1 {
    left: 20%;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-1:hover, .next-1:hover {
        color: #f1c40f;
    }


/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 2% 2px 10%;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/*slider backend*/
.pop-up {
    display: flex;
    margin-top: 5%;
}

.txt-white {
    color: white;
}

/*table last page*/
.table {
    height: 100%;
    width: 100%;
    padding: 3% 0;
}
    /*--table head--*/
    .table .table-head {
        width: 100%;
        background-color: #00000017;
        font-weight: 700;
        border: grey solid 0.5px;
    }

        .table .table-head .row {
            display: flex;
            flex-direction: row;
        }
    /*--table body--*/
    .table .table-body {
        border: grey solid 0.5px;
    }

        .table .table-body .row {
            display: flex;
            flex-direction: row;
            /*transform: translateY(calc(22px + 24px));*/
        }

            .table .table-body .row:nth-child(even) {
                background-color: #f8de0517;
            }
/*-- others --*/
.fieldname, .data {
    padding: 2%;
    flex: 1;
    text-align: right;
}

.uploadsDivTag {
    border: #000000 1px solid;
    padding: 2%;
}


.btn-warning {
    color: #000000;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #000000;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }


.dropdown-container {
    margin-bottom: 15%;
}

.dropdown-button {
    float: left;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.dropdown-label {
    margin-left: 1%;
}
/*.dropdown-button .dropdown-label, .dropdown-quantity {
        float: right;
    }*/

.dropdown-button .dropdown-quantity {
    margin-left: 4px;
}

/*.dropdown-button .fa-filter {
        float: left;
    }*/

.dropdown-list {
    float: left;
    width: 100%;
    border: 1px solid lightgray;
    border-top: none;
    box-sizing: border-box;
    margin-bottom: 5%;
}

    .dropdown-list input[type="search"] {
        width: 100%;
        padding: 1% 0;
        border: 0;
        border-bottom: 1px solid #ccc8c8;
        margin-bottom: 3%;
    }

    .dropdown-list ul {
        max-height: 200px;
        padding: 2%;
    }

        .dropdown-list ul input[type="checkbox"] {
            position: relative;
            top: 2px;
        }

        .dropdown-list ul li {
            list-style: none;
        }

    .dropdown-list ::-webkit-scrollbar {
        width: 10px;
        border-radius: 50%;
    }

    /* Track */
    .dropdown-list ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 25px;
    }

    /* Handle */
    .dropdown-list ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 25px;
    }

        /* Handle on hover */
        .dropdown-list ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.sports {
    margin-bottom: 8px;
    display: flex;
    font-weight: bold;
}

.search {
    position: relative;
}


.fa-filter {
    position: absolute;
    left: 2%;
    top: 35%;
}

#EgyptPolicy a{
    font-weight: bold;
}

.text-center{
    text-align: center
}
@media (max-width: 1500px) {
    .wrapper {
        height: auto;
    }

    .football img {
        width: 75%;
        /*left: 5%;*/
    }

    .tennis img {
        width: 39%;
        /*left: 31%;*/
    }

    .basketball img {
        width: 57%;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        /*height: 100vh;*/
        height: auto;
    }

    #wizard {
        margin-right: 40px;
        min-height: 829px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #introDiv {
        color: black;
        background-color: white;
        padding: 10px;
    }

    .steps ul li:first-child {
        margin-right: 27%;
    }

    .clash-card__image {
        height: 160px;
    }

    .clash-card {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .wrapper {
        justify-content: center;
    }

        .wrapper .image-holder {
            top: 7%;
        }

    /*.wrapper .image-holder {
        display: none;
    }*/

    /*.wrapper form {
        width: 60%;
    }*/
    .btn-cta {
        width: 45%;
    }

    #wizard {
        margin-right: 0;
        padding-left: 40px;
        padding-right: 40px;
    }

    #introDiv {
        color: black;
        background-color: white;
        padding: 10px;
    }

    .steps ul li:first-child {
        margin-right: 30%;
    }

    .clash-card__image {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .uploadImage {
        width: 85%;
    }

    #Logo {
        width: 30%
    }

    .wrapper {
        height: auto;
        display: block;
    }

        .wrapper .image-holder {
            width: 50%;
            right: 0;
        }

        .wrapper form {
            width: 100%;
        }

    #wizard {
        min-height: unset;
        /*padding: 70px 20px 40px;*/
        padding: 40px 9px;
        padding-bottom: 150px;
    }

    .form-row.form-group {
        display: flex;
    }

        .form-row.form-group .form-holder {
            width: 50%;
            margin-left: 5px;
            margin-bottom: 24px;
        }

    .item .purchase {
        margin-left: 11px;
    }

    #wizard-p-0 {
        padding-top: 2%;
    }

    #wizard {
        padding-top: 13%;
    }

    .clash-card {
        width: 75%;
    }

    .next-1, .prev-1 {
        display: none
    }

    .clash-card__image {
        height: 120px;
    }
}


@media (max-width: 600px) {
    .steps ul li:first-child {
        margin-right: 37%;
    }

    .image-holder {
        display: none;
    }

    #introDiv {
        margin-right: 0px;
    }

    a .clash-card {
        width: 75%;
    }

    .next-1, .prev-1 {
        display: none
    }

    .slide-container {
        grid-template-columns: 100%;
        margin: 10% 0 0;
    }

    .wrapper-slider {
        margin: 15% auto;
        width: 90%;
    }

    .clash-card__image {
        /*height: 250px;*/
        height: 140px;
    }
}

@media (max-width: 500px) {
    .steps ul li:first-child {
        margin-right: 43%;
    }

    .clash-card {
        width: 75%;
    }

    .next-1, .prev-1 {
        display: none
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}