
/*====================== BREADCRUMB ======================*/

.breadcrumb.fee-charge-heading{
    background: linear-gradient(to right, rgb(52, 152, 127), #1a4788 50%, #1a4788 50%);
    margin-bottom: 0;
    border-radius: 0;
    padding: 50px 0;
    text-align: center;
}
.breadcrumb.fee-charge-heading h2,
.breadcrumb.fee-charge-heading h3{
    color: #fff;
    margin: 0;
}
.breadcrumb.fee-charge-heading h3{
    font-size: 33px;
    line-height: 45px;
    text-shadow: -3px 2px 5px rgba(4, 4, 4, 0.54);
}
.breadcrumb.fee-charge-heading h2{
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-shadow: -3px 2px 5px rgba(4, 4, 4, 0.54);
}

/*====================== SERVICE FEE ======================*/

.service-fee .service-fee-wrapper {
    padding: 40px 0;
}
.service-fee .service-fee-wrapper .col-md-12{
    text-align: center;
}
.service-fee .service-fee-wrapper .col-md-12 h3{
    font-size: 28px;
    margin: 0;
    line-height: 45px;
    color: #3863a0;
}
.service-fee .service-fee-wrapper .col-md-12 p{
    font-size: 16px;
    line-height: initial;
    color: #323232;
    font-weight: 500;
}
.service-fee .service-fee-wrapper .col-md-4:nth-of-type(3) .single-service-fee h4{
    background: #40c38f;
}
.service-fee .service-fee-wrapper .single-service-fee{
        border: 2px solid #e4e4e4;
            margin-top: 5%;
     background: #fff;
}
.service-fee .service-fee-wrapper .single-service-fee h4{
    padding: 10px;
    font-size: 21px;
    line-height: 35px;
    color: #fff;
    background: #3962a0;
    text-align: center;
    margin-bottom: 0;
    margin-top:0;
}
.service-fee .service-fee-wrapper .single-service-fee .service-features{
        background: #ffffff;
    padding: 20px;
}
.service-fee .service-fee-wrapper .single-service-fee .service-features ul{
    padding: 0;
    margin: 0;
}
.service-fee .service-fee-wrapper .single-service-fee .service-features ul li{
    display: inline-block;
    font-size: 15px;
    line-height: 29px;
    color: #4c4c4c;
    font-weight: 500;
}
.service-fee .service-fee-wrapper .single-service-fee .note p{
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    padding: 15px 30px;
}
.service-fee .service-fee-wrapper .single-service-fee .service-features ul li span{
    font-size: 15px;
    color: #3863a0;
    font-weight: 600;
    padding-left: 18px;
}

/*====================== CLIENTS ======================*/

.for-clients{
    background: #f5f5f5;
}
.for-clients.service-fee .service-fee-wrapper h3{
    margin-bottom: 50px;
}
.for-clients.service-fee .service-fee-wrapper .col-md-6 {
    text-align: center;
}
.for-clients.service-fee .service-fee-wrapper .col-md-4 .single-service-fee h4{
    background: #3962a0;
}
.for-clients.service-fee .service-fee-wrapper .col-md-4 .single-service-fee p{
    text-align: center;
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
}

/*====================== TRANSACTION FEE ======================*/

.transaction-fees .service-fee-wrapper {
    text-align: center;
}
.transaction-fees .service-fee-wrapper .col-md-12 h3{
    margin-bottom: 50px;   
}
.transaction-fees .col-md-4{
    border-right: 1px solid #d2d2d2;
}
.transaction-fees .col-md-4:last-child{
    border: none;
}
.transaction-fees .single-transaction{
    text-align: center;
}
.transaction-fees .transaction-inner-after h4,
.transaction-fees .single-transaction h4{
    font-size: 22px;
    color: #3863a0;
    font-weight: 700;
    margin: 20px 0 5px;
}
.transaction-fees .transaction-inner-after p,
.transaction-fees .single-transaction p{
    font-size: 18px;
    font-weight: 500;
    color: #434343;
    margin: 0;
}
.transaction-fees .transaction-inner-after p span,
.transaction-fees .single-transaction p span{
    color: #3863a0;
}
.transaction-fees .transaction-inner{
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}
.transaction-fees .transaction-inner:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 82%;
    height: 1px;
    background: #d2d2d2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.transaction-fees .transaction-inner-after {
    display: inline-flex;
    max-width: 985px;
}
.transaction-fees .transaction-inner-after .col-md-3{
    border-right: 1px solid #d2d2d2;
}
.transaction-fees .transaction-inner-after h4{
    margin-top: 0;    
}
.transaction-fees .transaction-inner-after p{
    padding-left: 15px;
    text-align: left;
    line-height: 27px;
}

/*====================== WITHDRAWAL FEE ======================*/

.withdrawal-fees{
    background: #f5f5f5;
}
