﻿.SectionfirstContainer {
    width: 960px;
    margin: auto;
    text-align: center;
}

.FirstSectionBox {
    background-color: #fff;
    text-align: center;
    width: 20%;
    display: inline-table;
    /* float: left; */
    margin-bottom: 20px;
}

.SectionfirstBoxImage {
    padding-bottom: 10px;
    width: auto;
    height: 71px;
    margin: auto;
}

.SectionfirstBoxTitle {
    padding-bottom: 10px;
    text-align: center;
    color: #223c4b;
    font-size: 18px;
    font-weight: bold;
}

.SectionfirstBoxDesc {
    padding-bottom: 10px;
    text-align: center;
    color: #223c4b;
    font-weight: normal;
}

.FirstSectionBoxSep {
    width: 30px;
    display: inline-table;
}

/*.FirstSectionBoxSep:last-child, .FirstSectionBoxSep:nth-child(8), .FirstSectionBoxSep:nth-child(16),
    .FirstSectionBoxSep:nth-child(24), .FirstSectionBoxSep:nth-child(32) {
        display: none;
    }*/


.FirstSectionBoxButton {
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 15px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 15px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 15px;
    background-color: #FE0000;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: table;
    width: auto;
    margin: 25px auto 0;
    cursor: pointer;
}

#HomeRegisterButton{
    text-decoration:none;
    color:white;
}

@media (max-width:992px) {
    .SectionfirstContainer {
        width: 100%;
    }

    .FirstSectionBox {
        background-color: #fff;
        text-align: center;
        width: 45%;
        display: inline-table;
        /* float: left; */
        margin-bottom: 20px;
    }

    .FirstSectionBoxSep {
        width: 20px;
        display: inline-table;
    }

    /*.FirstSectionBoxSep:last-child, .FirstSectionBoxSep:nth-child(2), .FirstSectionBoxSep:nth-child(4),
        .FirstSectionBoxSep:nth-child(6), .FirstSectionBoxSep:nth-child(8) {
            display: none;
        }*/

    .FirstSectionBoxSep {
        width: 2%;
    }
}
