.banner_418 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d897e+0,29bca6+62,2d897e+100 */
    background-image: url(../images/4_18/202105_cat_banner@2x.png);
    background-size: cover;
    background-position: center center;
    height: auto;
    box-sizing: border-box;
    position: relative;
}

.banner_text_4180-1 h2 {
    color: #FFF;
    line-height: 48px;
    margin-top: 5%;
    font-weight: bold;
}

@media (max-width: 767px) {
    .banner_text_4180-1 h2 {
        line-height: 43px;
    }
}

.banner_text_4180-1 h3 {
    font-weight: normal;
    line-height: 42px;
    font-size: 27px;
    color: #fff;
    margin-top: 38px;
}

@media (max-width: 767px) {
    .banner_text_4180-1 h3 {
        font-size: 24px;
        line-height: 39px;
        margin-bottom: 30px;
    }
}

.btn-banner {
    background-color: #3456E6 !important;
    padding: 10px 20px !important;
    margin-top: 25px;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 19px !important;
    border-radius: 33px;
    max-width: 450px;
    width: 100%;
}

.subheader{
    height: 159px;
    line-height: 159px;
    background-color: #333333;
    text-align: center;
}

.subheader .btn, .btn-subheader {
    background-color: #3456E6;
    padding: 12px 20px !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 20px !important;
    width: 396px;
    height: 53px;
}

.subheader.sm {
    height: 159px;
    line-height: 159px;
    background-color: #333333;
    text-align: center;
}

.subheader.sm .btn {
    width: 50%;
    font-size: 18px !important;
    border-radius: 0px;
    position: relative;
    height: 100%;
}

.subheader.sm .btn div {
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    left: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-subheader{
    background-color: #3456E6;
    padding: 11px 20px !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 20px !important;
    width: 396px;
    height:53px;
}

.sec-btn.btn-green, .btn.btn-green {
    background-color: #346D64;
}

.btn.btn-red {
    background-color: #B42F2F;
}

.sec4180 {
    text-align:center;
    padding: 20px 0px;
}

.sec4180 img {
    width:100%;
}

.sec4180 .icon1 {
    width: 140px;
}

.sec4180 .line {
    width: 300px;
    height: 3px;
    background-color: #346D64;
    margin-left: auto;
    margin-right: auto;
}

.sec4180 h3 {
    font-weight: bold;
}

.sec4180 h3.green {
    color: #346D64;
}

.sec4180 .sec-btn {
    color: white !important;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    font-size: 1rem;
    border-radius: 28px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
}

.sec4180 h3.green{
    line-height: 1.7;
}

@media screen and (max-width: 350px) {
    .sec4180 .sec-btn {
        width: 100%;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 991px) {
    .sec4180 .sec-btn {
        height: 40px;
        line-height: 40px;
    }
}

.sec4180 h5 {

}

.container-fluid.sec4180:nth-child(odd) {
    background: #CBCBCB;
}