/**
 * Team
 */
.team--box {
    border-radius: 5px;
    background: #fff;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}
.team--box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: 0 -25px;
}

.team--box .text--holder {
    padding: 10px 15px;
}

.team--box .text--holder p {
    margin: 5px 0;
    line-height: 1.3;
}

.team--box.job {
    background: transparent;
    border: 1px solid var(--main-purple-color);
    box-shadow: none;
    text-align: center;
    min-height: 260px;
}

.scale img {
    position: relative;
    top: 0px;
    border-radius: 10px;
    transform: scale(1.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}


@media (max-width: 1199px) {
    .team--box img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .col-xs-12 {
        width:50%;
    }
    .team--box img {
        height: 220px;
    }

    .button-xs-resize {
        padding: 10px 24px 9px 24px!important;
    }

}

@media (max-width: 440px) {
    .team--box img {
        height: 180px;
    }
}

@media (max-width: 375px) {
    .col-xs-12 {
        width:100%;
    }
    .team--box img {
        height: 320px;
    }
}


/*--------------invite friends-------------*/
.dashed-higlight {
    margin: 8px 0;
    display: inline-block;
    width: 100%;
    border: 2px dashed rgba(255, 97, 97, 0.5);
}

.dashed-higlight>div {
    margin: 8px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 21px;
    background: rgba(212, 212, 212, 0.5);
}

@media ( min-width : 1200px) {
    .bg-coupon-howtosend-dashedline {
        background: url(../../img/coupon_howtosend_dashedline.svg) scroll no-repeat center center;
        background-size: cover;
    }
}


/*--------- user journey howtouse ---------*/
.userjourney-howtouse {
    position: relative;
    margin-bottom: 60px;
}

.userjourney-howtouse  .userjourney-howtouse-img {
    width: 60%;
}

.userjourney-howtouse  .userjourney-howtouse-img img {
    width: 100%;
    height: auto;
}

.userjourney-howtouse-blurb {
    position: absolute;
    left: 35%;
    width: 60%;
    top: 15%;
    border: 3px solid #dbd3f0;
    padding: 15px;
    background: rgba(255, 255, 255, .9);
    color: #302a3f;
    z-index: 99;
}

.bg-primary .userjourney-howtouse-blurb {
    background: rgba(255, 255, 255, .9);
}

.userjourney-howtouse-blurb::before {
    /*	position: absolute;
    display: block;
    content:"";
    left: -20px;
    top: 0;
    width: 20px;
    border-style: solid;
    border-width:10px;
    border-color: #dbd3f0 #dbd3f0 transparent transparent;*/

}

@media ( max-width : 639px) {
    .userjourney-howtouse-blurb {
        position: relative;
        left: auto;
        width: 100%;
        top: auto;
    }
    .userjourney-howtouse  .userjourney-howtouse-img {
        width: 100%;
        /*margin-bottom: 30px; */
    }
    .userjourney-howtouse:nth-child(8) {
        margin-top: -30vw;
    }
}

/*-------------- user journey -------------*/
.userjourney {
    position: relative;
    margin-bottom: 60px;
}

.userjourney .userjourney-img {
    width: 50%;
}

.userjourney .userjourney-img img {
    width: 100%;
    height: auto;
}

.userjourney-blurb {
    position: absolute;
    left: 55%;
    width: 45%;
    top: 25%;
    background: #dbd3f0;
    padding: 15px;
    color: #302a3f;
}

.bg-primary .userjourney-blurb {
    background: rgba(255, 255, 255, .9);
}

.userjourney-blurb::before {
    position: absolute;
    display: block;
    content: "";
    left: -20px;
    top: 0;
    width: 20px;
    border-style: solid;
    border-width: 10px;
    border-color: #dbd3f0 #dbd3f0 transparent transparent;
}

.bg-primary .userjourney-blurb::before {
    border-color: rgba(255, 255, 255, .9) rgba(255, 255, 255, .9)
    transparent transparent;
}

.numbering {
    width: 60px;
    margin: -45px 0 10px -5px;
    line-height: 60px;
    border-radius: 50%;
    background: #00d896;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

.img-shadow {
    padding-bottom: 40px;
    position: relative;
}

.img-shadow::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    background: rgba(28, 16, 58, .2);
    border-radius: 50%;
    filter: blur(5px);
}

.userjourney-howtouse-img.img-shadow::before {
    left: -10px;
    right: -50%;
}

.bg-primary .img-shadow::before {
    background: rgba(28, 16, 58, .7);
}

@media ( max-width : 1200px) {
    .userjourney-blurb {
        top: 30px;
        right: 20px;
    }
}

@media ( max-width : 639px) {
    .numbering {
        width: 60px;
        margin: -45px auto 10px;
        line-height: 60px;
        border-radius: 50%;
        background: #00d896;
        color: #fff;
        font-size: 32px;
        text-align: center;
        font-weight: 700;
    }

    .userjourney {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .userjourney .userjourney-img {

    }

    .userjourney .userjourney-img img {
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }
    .userjourney-blurb {
        margin: 40px 0 35px;
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        top: auto;
    }
    .userjourney-blurb::before {
        left: calc(50% - 10px);
        top: auto;
        border-width: 14px;
        width: 28px;
        bottom: -28px;
        border-color: #dbd3f0 transparent transparent transparent;
    }
    .bg-primary .userjourney-blurb::before {
        border-color: rgba(255, 255, 255, .9) transparent transparent
        transparent;
    }
    .img-shadow {
        padding-bottom: 0;
    }
    .img-shadow::before {
        display: none !important;
    }
}
