﻿.navbar-brand {
    max-width: 140px;
    padding-top:0;
}
.navbar-brand-plain {
    max-width: 140px;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .navbar-brand img{
      margin-top:15px;
    }
  }
.footer h4{margin-bottom:20px;}
.footer a{color:#fff;}

.panel-white {
    background-color: #fff;
}
.panel-grey {
    background-color: #f6f6f6;
}


.banner.gradient-bg {
    margin-bottom: 74px;
    background: #3edc93;
    background: -moz-linear-gradient(45deg, #57bce2 0%, #677ddf 58%, #B04D9D 100%);
    background: -webkit-linear-gradient(45deg, #57bce2 0%, #677ddf 58%, #B04D9D 100%);
    background: linear-gradient(45deg, #57bce2 0%, #677ddf 58%, #B04D9D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57bce2', endColorstr='#B04D9D', GradientType=1 );
    overflow:hidden;
    position:relative;
    
}
.background-img {
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.inner-banner:after {
    width: 100%
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: #773edc;
    background: -moz-linear-gradient(45deg, #57bce2 0%, #677ddf 58%, #B04D9D 100%);
    background: -webkit-linear-gradient(45deg, #57bce2 0%, #677ddf 58%, #B04D9D 100%);
    background: linear-gradient(45deg, #57bce2 0%, #677ddf 58%, #B04D9D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57bce2', endColorstr='#B04D9D', GradientType=1 );
    opacity: 0.9;
}

.navbar-right > li:first-child a {
    border-radius: 5px 0 0 5px;
    background: #B04D9D;
}

.product-feature-panel {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top:10px;
}

.clip-button {
    clip-path: polygon(0 0, 92% 0, 100% 30%,100% 100%, 0 100%);
}

.clip-button-right {
    clip-path: polygon(0 0, 88% 0, 100% 30%,100% 100%, 0 100%);
}

.clip-image {
    clip-path: polygon(0 0, 90% 0, 100% 12%,100% 100%, 10% 100%, 0 88%);
    width: 550px;
    height: 400px;
}
.plain-head {
    background: rgb(176,77,157);
    background: linear-gradient(129deg, rgba(176,77,157,1) 0%, rgba(97,27,84,1) 100%);
    border: 1px solid #B04D9D;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
    margin: 0px;
}
.plain-body {
    border: 1px solid #B04D9D;
    margin-bottom: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding:20px 15px;
}
.plain-head h1 {
    font-size:35px;
    color: #fff;
}


.step-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
ol.steps {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    counter-reset: wizard;
}

    ol.steps li {
        position: relative;
        float: left;
        width: 150px;
        text-align: center;
        color: #742565;
        counter:wizard;
        list-style:none;
    }

        ol.steps li.current {
            color: #742565;
        }

        ol.steps li:before {
            counter-increment: wizard;
            content: counter(wizard);
            display: block;
            color: #742565;
            background-color: #FFF;
            border: 2px solid #742565;
            text-align: center;
            width: 3em;
            height: 3em;
            line-height: 3em;
            border-radius: 3em;
            position: relative;
            left: 50%;
            margin-bottom: 0.5em;
            margin-left: -1.5em;
            z-index: 1;
        }

        ol.steps li.current::before {
            background: rgb(176,77,157);
            background: linear-gradient(129deg, rgba(176,77,157,1) 0%, rgba(97,27,84,1) 100%);
            color: #FFF;
            border-color: #742565;
        }

    ol.steps li + ol.steps li {

    {
        content: "";
        display: block;
        width: 100%;
        background-color: #00FF00;
        height: 2px;
        position: absolute;
        left: -50%;
        top: 1em;
        z-index: 0;
    }
}

ol.steps .current ~ li:after {
    background-color: #B04D9D;
}

.quiz-step-1{display:block;}
.quiz-step-2, .quiz-step-3, .quiz-step-4{display:none;}

.btn.step-previous {
    background: rgb(250,243,249);
    background: linear-gradient(129deg, rgba(250,243,249,1) 0%, rgba(206,175,200,1) 100%);
    border: 1px solid #B04D9D;
    color: #B04D9D;
}
.btn.step-next {
    float: right;
    background: rgb(176,77,157);
    background: linear-gradient(129deg, rgba(176,77,157,1) 0%, rgba(97,27,84,1) 100%);
    border: 1px solid #B04D9D;
    color: #FFF;
}
    .btn.step-previous:hover, .btn.step-next:hover {
        background: rgb(132,38,114);
        background: linear-gradient(129deg, rgba(132,38,114,1) 0%, rgba(59,7,49,1) 100%);
        color: #FFF;
    }

    .vistre-circle-col{
        min-width: 5rem;
    }
    .vistre-circle {
        z-index: 2;
        border: 8px solid #B04D9D;
        color: #B04D9D;
        background-color: #fff;
        border-radius: 625rem;
        justify-content: center;
        align-items: center;
        height: 5rem;
        width: 5rem;
        padding-top: .6rem;
        font-size: 2.25rem;
        font-weight: 500;
        display: flex;
        position: relative;
    }   