
.loyalty h6
{ color : #8d96ac; font-size: 14px; }
.loyalty h7
{ color : #8d96ac; font-size: 14px; }

.loyalty p {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

div.col-classic {
    width: 20.5% !important;
    margin-left: 3%;
}
div.col-bronze {
    width: 27% !important;
}
div.col-silver {
    width: 37.5% !important;
}

/*text*/
div.col-classic.text {
    width: 20.5% !important;
}

div.col-silver.text {
    width: 37.5% !important;
}

img.loyalty {
    width: 25px;
    height: 33px;
}
@media screen and (min-width: 1200px) {
    div.col-classic {
        width: 21% !important;
        margin-left: 3%;
    }
    div.col-bronze {
        width: 27.4% !important;
    }
    div.col-silver {
        width: 37.5% !important;
    }
}
.max-width-4 {
    max-width: 10px;
}
.max-width-3 {
    max-width: 27.4%;
}
.max-width-2 {
    max-width: 57.5%;
}
.max-width-1 {
    max-width: 100%;
}


.well {
    margin-top:10px;
    width: 100%;
    height:27px;
    background-color: #caced8;
    background-image: linear-gradient(to bottom, #caced8, #caced8);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-bar {
    height:27px;
    padding: .3em;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    background: linear-gradient(135deg, rgba(90, 97, 224, 0.56), rgba(90, 97, 224, 0.56), rgba(175, 106, 179, 0.75), rgba(175, 106, 179, 0.75));
    animation: move 1s;
}

@-webkit-keyframes move {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.loyalty-modal-content {
    width: 100%;
    min-height: 330px;
    position: relative;
}
.step-1 {
    width: 100%;
    position: absolute;
    display: block;
}
.step-2 {
    width: 100%;
    position: absolute;
    display: none;
}

ul.swiper-item {
    list-style: none;
    padding: 0;
    margin: 0 0 0 50%;
    display: block;
    width: 30px;
    transform: translateX(-50%);
}
.oval {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
}
.oval.color-gray {
    background-color: #bbbbdc;
}
.oval.color-blue {
    background-color: #5A61E0;
}
.title-loyalty {
    font-family: "Biryani", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1e61;
    text-align: center;
}
.loyalty-content {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 495px;
    height: 56px;
    font-family: "Biryani", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8d96ac;
}
.loyalty-content span {
    color: #5a61e0;
}
.loyalty-content span.color-binnaz {
    color: #f35d9a;
}
.next_modal {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 335px;
    height: 50px;
    border-radius: 33px;
    background: linear-gradient(to left, #ff6b78, #ff45a1);
    color: #fff;
    cursor: pointer;
}
.next_modal_errorPage {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 335px;
    height: 50px;
    border-radius: 33px;
    background: linear-gradient(to left, #ff6b78, #ff45a1);
    color: #fff;
    cursor: pointer;
}


.well-small {
    margin-left: 13%;
    width: 87%;
    height:10px;
    background-color: #caced8;
    background-image: linear-gradient(to bottom, #caced8, #caced8);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-bar-small .progress-data {
    position: absolute;
    right: 0;
    bottom: -22px;
    font-family: "Biryani", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d96ac;
}

.progress-bar-small {
    position: relative;
    height:10px;
    padding: .3em;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    background: linear-gradient(135deg, rgba(90, 97, 224, 0.56), rgba(90, 97, 224, 0.56), rgba(175, 106, 179, 0.75), rgba(175, 106, 179, 0.75));
    animation: move 1s;
}
.loyalty-arrow-right {
    position: relative;
    margin-top: 60%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.modalContentLoyalty {
    width: 100%;
    min-height: 330px;
    position: relative;
    border-radius: 6px;
    background-color: #ffffff;
}

@media screen and (max-width: 720px) {
    .loyalty-arrow-right {
        margin-top: 200%;
        margin-left: 50%;
        transform: translate(-50%, -50%);
    }
    .imageAlign{
        max-width: 25%;
    }

}
