/* Buy Process
-------------------------------------------------- */
.buy-process-wrap {
    position: relative;
    padding-bottom: 100px;
}

.buy-process-wrap:before {
    content: '';
    position: absolute;
    top: 202px;
    left: 0;
    width: 100%;
    height: 39px;
    background-color: #437df9;
    color: #fff;
}

.buy-process-items {
    display: table;
    margin: auto;
    overflow: visible;
}

.buy-process-item {
    display: table-cell;
    position: relative;
    text-align: center;
    height: 456px;
    margin: 0 6px;
}

.buy-process-item:nth-child(odd) .text-wrap,
.buy-process-item:nth-child(even) .icon-wrapper {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    height: 150px;
    text-align: center;
}

.buy-process-item:nth-child(even) .icon-wrapper {
    top: 0;
    height: 202px;
}

.buy-process-item h4 {
    font-size: 17px;
    color: #437df9;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
}

.buy-process-item:nth-child(odd) h4 {
    bottom: 22px;
}

.buy-process-item:nth-child(even) h4 {
    top: 22px;
}

.buy-process-item p {
    position: absolute;
    font-size: 13px;
    color: #616161;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.6;
}

.buy-process-item:nth-child(odd) p {
    bottom: 56px;
}

.buy-process-item:nth-child(even) p {
    top: 56px;
}

.buy-process-item span {
    position: absolute;
    top: 211px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    font-size: 25px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

.buy-process-item.featured span {
    color: #fff;
}

.buy-process-item:nth-child(odd) .icon-wrapper,
.buy-process-item:nth-child(even) .text-wrap {
    position: absolute;
    bottom: 49px;
    left: 0;
    right: 0;
    height: 166px;
}

.buy-process-item.featured:nth-child(odd) .icon-wrapper {
    height: 215px;
    bottom: 0;
}

.buy-process-item .icon-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    background-color: #437df9;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.buy-process-item i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #437df9;
}

.buy-process-item.featured i {
    background-color: #fff !important;
    color: #437df9;
    border: 4px solid;
}

.buy-process-item:nth-child(odd) i {
    bottom: 0;
}

.buy-process-item:nth-child(even) i {
    top: 0;
}

.buy-process-item i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1281px) {
    .buy-process-items {
        width: 1186px;
    }
    .buy-process-item h4 {
        font-size: 18px;
    }
    .buy-process-item.featured:nth-child(odd) .text-wrap:before,
    .buy-process-item.featured:nth-child(even) .text-wrap:before {
        content: '';
        position: absolute;
        width: 180%;
        height: 133%;
        background-color: #fff;
    }
    .buy-process-item.featured:nth-child(odd) .text-wrap:before {
        top: -33%;
        left: -40%;
        -moz-border-radius: 1000px 1000px 0 0;
        -webkit-border-radius: 1000px 1000px 0 0;
        border-radius: 1000px 1000px 0 0;
    }
    .buy-process-item.featured:nth-child(even) .text-wrap:before {
        bottom: -33%;
        left: -40%;
        -moz-border-radius: 0 0 1000px 1000px;
        -webkit-border-radius: 0 0 1000px 1000px;
        border-radius: 0 0 1000px 1000px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .buy-process-items {
        width: 920px;
    }
    .buy-process-item h4 {
        font-size: 15px;
    }
    .buy-process-item p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .buy-process-items {
        width: 100%;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .buy-process-items {
        display: block;
    }
    .buy-process-wrap:before,
    #wrap .buy-process-item .text-wrap,
    #wrap .buy-process-item .icon-wrapper {
        position: static;
        height: auto;
    }
    #wrap .buy-process-item span {
        top: 150px;
        font-size: 150px;
        color: #437df9;
        opacity: .12;
    }
    .buy-process-item {
        display: block;
        height: auto;
        padding: 115px 20px 60px;
        overflow: hidden;
    }
    .buy-process-item .icon-wrapper:before,
    .buy-process-item h4,
    .buy-process-item p {
        position: static;
        margin-bottom: 10px;
    }
    #wrap .buy-process-item i {
        top: 0;
    }
    .buy-process-item p {
        padding-left: 7%;
        padding-right: 7%;
    }
}