﻿.dashboard-heading {
    color: #fff;
}

.dashboard-paragraph {
    color: #fff;
}

.section-sendmoney {
    padding: 2rem 0;
}

    .section-sendmoney .brand-logo-x {
        width: 6.5rem;
        height: 2.5rem;
        margin-top: -8px;
        margin-left: 4px;
    }

    .section-sendmoney .brand-logo-y {
        width: 5rem;
        height: 1.4rem;
        margin-top: -9px;
        margin-left: 4px;
    }

    .section-sendmoney .send-money-label {
        font-weight: 700;
    }

    .section-sendmoney .custom-font-color {
        color: #000;
    }

    .section-sendmoney .flag-icon {
        width: 55px;
        height: 30px;
        margin: 4px;
    }

    .section-sendmoney .custom-input-group {
        height: 50px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
        padding: 0 0.1rem;
        display: flex;
        align-items: center;
    }

    .section-sendmoney .input-group > .custom-form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0;
    }

    .section-sendmoney .custom-form-control {
        border: 0px;
        outline: none;
        display: block;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .74rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .section-sendmoney .custom-input-select {
        border: 0;
        outline: none;
        width: 60px;
        background-color: #fff;
    }

    .section-sendmoney .form-label {
        font-size: 0.9em;
        font-weight: 500;
        margin-bottom: 0.2rem;
    }

    .section-sendmoney .exchange-rate-label {
        font-size: 0.9em;
        font-weight: 500;
    }

    .section-sendmoney .exchange-rate-value {
        font-size: 1em;
        font-weight: 700;
    }

#section-our-services {
    padding: 2rem 0;
    background-color: #fff;
    color: #000;
}

    #section-our-services img {
        width: 100px;
        max-width: 100px;
    }

#section-our-partners {
    padding: 2rem 0;
    background: rgba(255,255,255,0.85);
    background-image: url('../../Images/default/section-our-partners.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hue;
    background-color: #fff;
    color: #000;
}

    #section-our-partners .section-heading {
        text-align: center;
        font-weight: 500;
        color: #000;
    }

    #section-our-partners .partner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

        #section-our-partners .partner-image img {
            width: 100%;
            max-width: 200px;
            max-height: 100px;
        }


@media (min-width: 768px) {
   
    .section-sendmoney .custom-font-color {
        color: #fff;
    }

    .section-sendmoney .custom-input-group {
        box-shadow: none;
    }

    #section-our-services .services {
        padding: 50px 50px;
    }
}

@media (min-width: 300px) {
 
    #section-our-services .services {
        padding: 10px 50px;
    }

    #section-our-partners {
        padding: 0 0;
    }

    #div-sendmoney {
        display: none;
    }
}
