﻿
.ml-transfer {
    padding: 25px 0;
}

.ml-tiles {
    padding: 25px 0;
    background: #fff;
}
/*Added by Ghanshyam for padding of promocallout section*/
.ml-promo {
    padding: 25px 0;
    background: #fff;
}
@media (max-width: 768px) {

    .ml-transfer {
        padding: 25px 0;
    }

    .ml-tiles {
        padding: 25px 0;
        background: #fff;
    }

    .ml-customers .customer-item {
        padding: 30px 20px;
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 12%;
    }

}

@media (max-width: 480px) {
    .ml-customers .customer-item {
        padding: 20px 0px;
        height: auto;
        padding-bottom: 19%;
    }
}

@media (min-width: 768px) {
    .c-tile-profile__content {
        border: none;
        padding: 1.25rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-page-header--compact .c-page-header__wrapper {
         width: 100% !important;
     }
    .c-page-header--compact .c-page-header__inner {
        width: calc(100% - 35px) !important;
        position: relative;
    }
}

.e-select__arrow-icon {
    top: .425rem
}

.c-inpage-tab__list a span,
.e-select__selected-option span
{
    overflow-wrap: break-word;
    hyphens: auto;
}


