body {
    font-family: 'Roboto', sans-serif
}

.banner {
    width: 100%;
    height: 500px;
    background-image: url('../Images/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table
}

.banner>.layer {
    height: 100%;
    width: 100%;
    padding: 50px;
    display: table-cell;
    vertical-align: middle
}

.banner>.layer>.header {
    font-size: 50px;
    color: #fff
}

.banner>.layer>.details {
    font-size: 20px;
    color: #fff
}

.requirement-body {
    width: 100%;
    background-color: #eee;
    padding: 50px 20px
}

.requirement-body>.body-context {
    width: 100%;
    background-color: #fff;
    padding: 20px
}

.requirement-body>.body-context>.title {
    padding: 5px 20px;
    font-size: 30px;
    background-color: #34a87b;
    color: #fff;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    top: -45px
}

.requirement-body>.body-context>.item {
    display: inline-block;
    width: 33%;
    font-size: 18px;
    padding: 10px 10px;
    vertical-align: top
}

.requirement-body>.body-context>.item>i {
    height: 22px;
    width: 22px;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    border-radius: 50%;
    background-color: #eee;
    margin-right: 10px;
    color: #34a87b
}

.requirement-body>.fees-bank {
    padding-top: 20px;
    font-size: 18px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.requirement-body>.fees-bank>.title {
    padding: 10px 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif
}

.requirement-body>.fees-bank>.body-context {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.requirement-body>.fees-bank>.body-context>.item {
    width: 50%;
    position: relative;
    float: left;
    padding: 15px
}

.requirement-body>.fees-bank>.body-context>.item>.item-body {
    padding: 10px;
    font-size: 16px;
    background-color: #ddd;
    height: 200px;
    text-align: left
}

.requirement-body>.fees-bank>.body-context>.item>.item-body>.title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px
}

.download-center {
    background-image: linear-gradient(to top, #eee, #fff, #fff, #fff);
    padding: 50px
}

.download-center>.item {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif
}

.download-center>.item>.title {
    font-size: 35px;
    line-height: 40px;
    height: 80px
}

.download-center>.item>.button {
    background-color: #34a87b;
    border: none;
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 25px;
    border-radius: 30px;
    text-decoration: none
}

.download-center>.item>.button:hover {
    background-color: #34b885;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .1)
}

@media(max-width:991px) {
    .banner {
        height: 400px
    }

    .requirement-body>.body-context>.title {
        padding: 5px 20px;
        font-size: 25px;
        width: 400px;
        top: -40px
    }
}

@media(max-width:767px) {
    .banner {
        height: 300px
    }

    .banner>.layer>.header {
        font-size: 40px
    }

    .banner>.layer>.details {
        font-size: 18px
    }

    .requirement-body>.body-context>.title {
        padding: 5px 20px;
        font-size: 20px;
        width: 300px;
        top: -40px
    }

    .requirement-body>.body-context {
        padding: 20px 10px
    }

    .requirement-body>.body-context>.item {
        width: 32%;
        font-size: 15px
    }

    .requirement-body>.fees-bank>.title {
        padding: 10px 20px;
        font-size: 20px
    }

    .requirement-body>.fees-bank>.body-context>.item {
        padding: 5px
    }

    .requirement-body>.fees-bank>.body-context>.item>.item-body {
        padding: 5px;
        font-size: 12px
    }

    .requirement-body>.fees-bank>.body-context>.item>.item-body>.title {
        font-size: 14px
    }

    .download-center {
        height: unset;
        padding: 50px 20px
    }

    .download-center>.item>.title {
        font-size: 25px;
        line-height: 30px;
        height: 50px
    }

    .download-center>.item>.button {
        font-size: 20px
    }
}

@media(max-width:600px) {
    .banner {
        height: 200px
    }

    .banner>.layer>.header {
        font-size: 30px
    }

    .banner>.layer>.details {
        font-size: 16px
    }

    .requirement-body {
        padding: 50px 10px
    }

    .requirement-body>.body-context {
        padding: 20px 0
    }

    .requirement-body>.body-context>.title {
        padding: 5px 20px;
        font-size: 16px;
        width: 250px;
        top: -35px
    }

    .requirement-body>.body-context>.item {
        font-size: 14px
    }

    .download-center {
        padding: 50px 10px
    }

    .download-center>.item>.title {
        font-size: 20px;
        line-height: 25px;
        height: 35px
    }

    .download-center>.item>.button {
        font-size: 16px;
        padding: 3px 15px
    }
}

@media(max-width:500px) {
    .banner>.layer {
        padding: 20px
    }

    .banner>.layer>.header {
        font-size: 20px
    }

    .banner>.layer>.details {
        font-size: 14px
    }

    .requirement-body>.body-context>.item {
        width: 48%;
        font-size: 12px
    }

    .requirement-body>.fees-bank>.title {
        font-size: 18px
    }

    .requirement-body>.fees-bank>.body-context>.item>.item-body {
        font-size: 11px;
        height: 170px
    }

    .requirement-body>.fees-bank>.body-context>.item>.item-body>.title {
        font-size: 13px
    }

    .download-center>.item>.title {
        font-size: 18px;
        line-height: 23px;
        height: 30px
    }

    .download-center>.item>.button {
        font-size: 14px;
        padding: 3px 15px
    }
}

@media(max-width:400px) {
    .requirement-body>.body-context>.item {
        font-size: 11px
    }
}
