.aeu-banner {
    background-color: #cacfd2;
    padding-top: 130px;
    padding-bottom: 10px;
    background-color: rgb(1, 1, 94);
}

.img-padding {
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-border {
    border: 3px solid #3498db;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

/* ============================== */

/* Style tab links */
.tablink-box {
    /* background-color: #3498db; */
    border: 2px solid #eee;
    background: transparent;
    /* color: white; */
    outline: none;
    cursor: pointer;
    padding: 5px 5px;
    font-size: 17px;
    width: 100%;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.tab-box .tablink-box {
    display: inline !important;
    width: 10%;
    margin: 3px;
    margin-bottom: 10px;
}

.tablink-box:hover {
    background-color:#eaeded;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent-box {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
    /* background-color: blue; */
}

@media only screen and (max-width: 600px) {
    .aeu-header .aeu-mobile .logo-mobile {
        height: 60px;
    }
    .aeu-banner {
        background-color: #cacfd2;
        padding-top: 80px;
        padding-bottom: 10px;
        background-color: rgb(1, 1, 94);
    }

    .tablink-box {
        width: 45%;
        text-align: center;
    }

    .tab-box .tablink-box {
        display: inline !important;
        width: 47%;
        margin: 3px;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .aeu-header .aeu-mobile .logo-mobile {
        height: 60px;
    }
    .aeu-banner {
        background-color: #cacfd2;
        padding-top: 80px;
        padding-bottom: 10px;
        background-color: rgb(1, 1, 94);
    }

    .tablink-box {
        width: 25%;
        text-align: center;
    }

    .tab-box .tablink-box {
        display: inline !important;
        width: 22%;
        /* margin: 3px; */
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .tablink-box {
        width: 25%;
        text-align: center;
    }
    .aeu-banner {
        background-color: #cacfd2;
        padding-top: 130px;
        padding-bottom: 10px;
        background-color: rgb(1, 1, 94);
    }

    .tab-box .tablink-box {
        display: inline !important;
        width: 20%;
        margin: 3px;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .tablink-box {
        width: 25%;
        text-align: center;
    }

    .tab-box .tablink-box {
        display: inline !important;
        width: 13%;
        margin: 3px;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
    .aeu-banner {
        background-color: #cacfd2;
        padding-top: 130px;
        padding-bottom: 10px;
        background-color: rgb(1, 1, 94);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .tablink-box {
        width: 25%;
        text-align: center;
    }

    .tab-box .tablink-box {
        display: inline !important;
        width: 13%;
        margin: 3px;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
    
}