.flex3 {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.custom-img-panel {
    width: 30%;
}

.custom-img-panel h3 {
    font-size: 18px;
    font-weight: bold;
}

.top-title h1 {
    background-image: url(../images/bubble_03.png);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 60px;
    display: inline-block;
}

.top-title h3 {
    display: inline-block;
    color: #0690b4;
    font-weight: bold;
}

.custom-tab-top {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 40px;
}

.custom-tab-top input {
    border: 0;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 100px;
    height: 44px;
    outline: 0;
    margin-bottom: 10px;
    width: 300px;
    padding-right: 60px;
}

.input-wrap {
    position: relative;
}

.input-wrap .search-btn {
    position: absolute;
    right: 15px;
    top: 20%;
    z-index: 1;
    cursor: pointer;
}

.tab-wrap {
    background-color: #fff;
    padding: 30px 0 30px 50px;
}

.tab-wrap li {
    background-color: #f0f0f0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 20px;
}

.tab-wrap a {
    color: #333333;
    line-height: 42px;
    padding-left: 30px;
    display: block;
}

.tab-wrap li.active {
    background-color: #0690b4;
}

.tab-wrap li.active a {
    color: #fff;

}
.darkbg {
    padding-bottom: 100px;
}
.darkbg .tab-text {
    padding: 20px 0;
}
.darkbg .tab-text p {
    text-indent: 28px;
    line-height: 1.6;
}
.flex4 {
    margin-left: -15px;
    margin-right: -15px;
}
.flex4 .custom-img-panel{
    width: 25%;
    padding: 0 15px;
}