﻿.page-wrapper {
    min-height: 100vh;
}

body {
    font-family: "Lato", "Arial", "Helvetica Neue"ns-serif;
    font-weight: 400;
    font-size: 14px;
}

.wrapper {
    margin: 0 auto;
}

.wrapper--w820 {
    max-width: 820px;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.card-1 {
    background: transparent;
}

    .card-1 .card-body {
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    }
.tab-list {
    list-style: none;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.tab-list__item {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 13px;
}

@media (max-width: 767px) {
    .tab-list__item {
        display: block;
        margin-bottom: 15px;
    }
}

.tab-list__link {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    background: #999;
    width: 162px;
    text-align: left;
}

@media (max-width: 767px) {
    .tab-list__link {
        width: 100%;
    }
}

.tab-list__link .step {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666;
    font-size: 18px;
    margin-right: 10px;
}

.tab-list__link .desc {
    text-transform: capitalize;
    display: inline-block;
}

.tab-list .active .tab-list__link {
    background: #3c83d1;
}

    .tab-list .active .tab-list__link .step {
        background: #3d6aff;
    }

.tab-content > .tab-pane {
    display: none;
    padding: 35px 0;
    padding-bottom: 43px;
}

    .tab-content > .tab-pane.active {
        display: block;
    }
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }
