* #header-normal,
* .header-right-section,
* .navigation,
* .navigation-mob,
* .top_navi,
* .top_navi-mob,
* .top_navi li a,
* .top_navi-mob li a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media screen and (max-width: 767px) {
    .sec-1 {
        background: url(../images/Banner/banner_mobile_OneCollect.jpg);
        background-size: 100% 250px;
        background-repeat: no-repeat;
        width: 100%;
        height: 250px;
        padding: 30px 0 0 0;
    }
    .sec-1 h2 {
        color: #ffffff;
        font-size: 19px;
        line-height: 23px;
        padding-left: 15px;
        margin-top: 217px;
    }
    .card-container {
        height: 450px;
        margin: 10px 5px 30px 5px;
        margin-bottom: 20px;
    }
    .header-text {
        font-size: 25px;
    }
    .list-carousel ul {
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 768px) {
    .sec-1 {
        background: url(../images/Banner/Banner_One_collect.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 364px;
        padding: 30px 0 0 0;
    }
    .sec-1 h2 {
        color: #ffffff;
        font-size: 27px;
        line-height: 30px;
        padding-left: 48px;
        margin-top: 70px;
    }
    .btn-login {
        margin-left: 47px;
    }
    .list-carousel ul {
        padding-right: 80px;
    }
    .card-container {
        margin-bottom: 20px;
    }
    .header-text {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .sec-1 {
        background: url(../images/Banner/Banner_One_collect_2x.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 540px;
    }
    .sec-1 h2 {
        color: #ffffff;
        font-size: 39px;
        line-height: 52px;
        padding-left: 100px;
        margin-top: 70px;
    }
    .btn-login {
        margin-left: 100px;
    }
    .card-container {
        height: 450px;
        margin: 10px 5px 30px 5px;
    }
}

@media (max-width: 1024px) {
    .list-carousel ul {
        padding-right: 110px;
    }
}

@media (min-width: 1025px) {
    .list-carousel ul {
        padding-right: 220px;
    }
    .btn-login {
        margin-left: 100px;
    }
}

.sec-1 {
    font-family: 'geomanist-regular';
    font-weight: bold;
}

.btn-login {
    color: #ffffff;
    background: #FF0000;
    font-family: 'geomanist-regular';
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 15px 50px 15px 50px;
    font-size: 24px;
}

.header-text {
    text-align: center;
    padding: 20px;
    margin: 30px;
    font-family: 'geomanist-book';
    line-height: 32px;
    background: #FDB014;
    color: white;
}

.body-icon {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.card-container {
    height: auto;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
    transition: 1s;
    border-radius: 15px;
}

table {
    border-collapse: separate !important;
}

.login-cta {
    width: 100%;
    background: #FF0000;
    text-align: center;
    padding: 20px;
    color: #ffffff;
    font-family: 'geomanist-regular';
    font-weight: bold;
    text-transform: uppercase;
}

.list-carousel ul li {
    background: none !important;
    font-size: 16px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    border-color: transparent;
    background-color: #B4B4B4;
    width: 17px;
    height: 17px;
    margin: 5px;
}

.carousel-indicators {
    border-color: transparent;
}

.carousel-indicators .active {
    background-color: #707070 !important;
    width: 17px;
    height: 17px;
    margin: 5px;
}

.carousel-inner {
    margin-bottom: 50px;
}

.toggle::before {
    content: url(../images/drop_down/button_up.png);
    position: absolute;
    padding-top: 5px;
    padding-left: 7px;
    cursor: pointer;
}

.activate::before {
    content: url(../images/drop_down/button_down.png);
}

.collapse-wrapper table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}

.collapse-wrapper td {
    text-align: center;
    width: 33%;
    border: none;
    border-color: transparent;
}

.adjust-height-card {
    height: auto;
}

.mobile {
    height: auto;
}

.faq-btn {
    background-color: #707070;
    color: #ffffff;
    font-family: 'geomanist-regular';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    width: 140px;
    border-radius: 10px;
    margin: 0 auto;
}