.money-transfer-section {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.money-transfer-section:first-child {
    margin-top: 0px;
}

.money-transfer-section ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.money-transfer-section ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 14px 20px;
    border: 1px solid #E5E5E5;
    min-width: 220px;
    position: relative;
}

.money-transfer-section ul.tabs li .tab-img {
    height: 57px;
    display: flex;
    justify-content: center;
}

.money-transfer-section ul.tabs li .tab-img img {
    height: 100%;
    width: unset;
    max-width: 180px;
}

.money-transfer-section .tab_last {
    border-right: 1px solid #333;
}

.money-transfer-section ul.tabs li:hover {
    color: #333;
}

.money-transfer-section ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border: 1px solid #84bd00;
    display: block;
}

.money-transfer-section ul.tabs li.active:after {
    display: block;
    position: absolute;
    content: '';
    bottom: -16px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #84bd00;
    left: 50%;
    transform: translateX(-50%);
}

.money-transfer-section .tab_container {
    background-color: #F1F5F7;
    border-radius: 5px;
    width: 100%;
    overflow: auto;
    margin-top: 40px;
}

.money-transfer-section .tab_content {
    padding: 30px 20px;
    display: none;
}

.money-transfer-section .tab_content .tabs-header {
    font-size: 24px;
    font-weight: 700;
    color: #183C4A;
    padding-bottom: 30px;
    border-bottom: 1px solid #CBD9E1;
    margin-bottom: 0;
    margin-top: 0px;
}

.money-transfer-section .tab_content .tabs-spacer {
    height: 30px;
}

.money-transfer-section .tab_content h1,
.money-transfer-section .tab_content h2,
.money-transfer-section .tab_content h3,
.money-transfer-section .tab_content h4,
.money-transfer-section .tab_content h5,
.money-transfer-section .tab_content h6 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    color: #333333;
}

.money-transfer-section .tab_content p:last-child {
    margin-bottom: 0px;
}

.money-transfer-section .tab_drawer_heading {
    display: none;
}

.news-article .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.news-article .form-row .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 1300px) {
    .money-transfer-section ul.tabs li {
        min-width: 165px;
    }
}

@media screen and (max-width: 1000px) {
    .money-transfer-section ul.tabs li {
        padding: 14px 10px;
    }
    .news-article .form-row .field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .money-transfer-section ul.tabs li {
        min-width: 120px;
        padding: 14px 6px;
    }
}

@media screen and (max-width: 650px) {
    .money-transfer-section .tabs {
        display: none!important;
    }
    .money-transfer-section .tab_drawer_heading {
        color: #fff;
        display: block;
        cursor: pointer;
        background-color: #fff;
        padding-bottom: 15px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .money-transfer-section .tab_drawer_heading .tab-img {
        border: 1px solid #E5E5E5;
        position: relative;
        background-color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: flex;
        justify-content: center;
        border-radius: 0px;
    }
    .money-transfer-section .tab_drawer_heading .tab-img img {
        max-height: 77px;
        width: auto;
    }
    .money-transfer-section .d_active {
        color: #fff;
    }
    .money-transfer-section .d_active .tab-img {
        border: 1px solid #84bd00;
    }
    .money-transfer-section .d_active .tab-img:after {
        display: block;
        position: absolute;
        content: '';
        bottom: -10px;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #84bd00;
        left: 50%;
        transform: translateX(-50%);
    }
    .money-transfer-section .tab_container {
        background-color: #FFF;
        margin-top: 0px;
    }
    .money-transfer-section .tab_content {
        background-color: #F1F5F7;
        margin-bottom: 15px;
    }
    .money-transfer-section .tab_content .tabs-header {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .money-transfer-section {
        margin-top: 0px;
    }
    .money-transfer-section .tab_drawer_heading .tab-img {
        min-height: 72px;
    }
    .money-transfer-section .tab_content h1,
    .money-transfer-section .tab_content h2,
    .money-transfer-section .tab_content h3,
    .money-transfer-section .tab_content h4,
    .money-transfer-section .tab_content h5,
    .money-transfer-section .tab_content h6 {
        font-size: 18px;
    }
}