body {
    font-family: Arial, sans-serif!important;

}
a:hover, a:focus {
    
    text-decoration: underline;
}

.hm-transfer-main {
        max-width: 960px;
    margin: 0 auto;
    background: white;
    height: 100%;
}

.hm-transfer-main .transfer-heading {
    text-align: center;
}

.hm-transfer-main .transfer-heading h4 {
    font-size: 30px;
    color: #F5821F;
    margin-top: 0;
    margin-bottom: 13px;
}

.hm-transfer-main .transfer-inner {
    border: 3px solid #e0e4e5;
    border-radius: 12px;
    height: 580px;
    overflow: hidden;
}

.hm-transfer-main .transfer-left {
    background: #f2f2f2;
    height: 100vh;
}

.hm-transfer-main .transfer-left-inner, .hm-transfer-main .transfer-right-inner {
    padding: 10px 0px;
    float: left;
    width: 100%;
}

.hm-transfer-main .common-section {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

.hm-transfer-main .common-section h4 {
    color: #F5821F;
    font-size: 17px;
    margin: 10px 0px;
}

.hm-transfer-main .white-overlay .common-slider , .white-overlay .slidevalue {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 0;
}

.hm-transfer-main .white-overlay.price-slider {
    float: left;
    width: 100%;
    /*padding-left: 10px;*/
}

.hm-transfer-main .white-overlay .common-slider {
    margin: 8px auto 16px;
    max-width: 88%;
    height: 7px;
    background: #ccc;
    position: relative;
    cursor: pointer;
    border-radius: 0;
}

.hm-transfer-main .custom-loan-range-slider {
    width: 18px;
    height: 18px;
    top: 8px;
    text-align: center;
    line-height: 1.6em;
    background: #053c6d;
    border-radius: 50%;
    position: relative;
    /*border: 3px solid #f5821f;*/
    border: 3px solid #68c974;
    cursor: pointer;
}

.hm-transfer-main .slider-value {
    float: left;
    width: 100%;
}

.hm-transfer-main .value {
    float: left;
    position: relative;
    width: 61%;
}

.hm-transfer-main .slider-value .value input,.slider-value .value select {
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 38px;
    width: 100%;
    color: #5d5d5d;
    font-size: 18px;
}

.hm-transfer-main .slider-value .value input:focus,.hm-transfer-main .slider-value .value select:focus {
    box-shadow: none;
    outline: none;
}

.hm-transfer-main .input-icon {
    position: absolute;
    top: 8px;
    left: 11px;
    color: #5d5d5d;
    font-size: 15px;
}

.hm-transfer-main .btn-style {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 13px;
}

.hm-transfer-main .btn-style a {
    
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    width: 145px;

}

/*transfer right*/
.hm-transfer-main .transfer-right {
    background: #fffbfb;
    height: 100vh;
}

.hm-transfer-main .transfer-right .transfer-heading h4 {
    font-size: 23px;
}

.hm-transfer-main .save-amount {
    text-align: center;
}

.hm-transfer-main .save-amount span {
    display: inline-block;
    background: #932c19;
    color: white;
    padding: 7px 26px;
    font-size: 20px;
    font-weight: normal;
}

.hm-transfer-main .color-code ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.hm-transfer-main .color-code {
    float: left;
    width: 100%;
    padding: 20px 0px 3px 0px;
}

.hm-transfer-main .color-code ul li {
        padding-left: 27px;
    margin-bottom: 7px;
    position: relative;
    font-size: 17px;
    color: gray;
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.hm-transfer-main .color-code ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    background: red;
    left: 0;
    border-radius: 100%;
}

.hm-transfer-main .color-code ul li:first-child:before {
    background: #053C6D;
}

.hm-transfer-main .color-code ul li:last-child:before {
    background: #68c974;
}

.hm-transfer-main .rating-main {
    border: 2px solid #ccc;
    border-radius: 7px;
}

.hm-transfer-main .rating-block .rating {
    width: 133px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    margin: 0px 2px;
    transition-duration: 1s;
}

.hm-transfer-main .rating-block {
    padding: 10px 8px 0px 8px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 185px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hm-transfer-main .rating.rating-1 {
    background: #053C6D;
    height: 100px;
}

.hm-transfer-main .rating.rating-2 {
    /*background: #F5821F;*/
    background: #68c974;
    height: 66px;
}

.hm-transfer-main .rating span {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    direction: ltr;
    font-size: 14px;
}

.hm-transfer-main .loan-cat {
    padding: 10px 10px;
    background: #f2f2f2;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 6px 6px;
}

.hm-transfer-main .loan-cat p {
    margin: 0px;
    font-size: 18px;
    letter-spacing: 1px;
}

.hm-transfer-main .your-save {
    text-align: center;
    margin-top: 10px;
}

.hm-transfer-main .text-right {
    text-align: right;
}

.hm-transfer-main .accordion-section {
    /* margin-top: 30px; */
}

.hm-transfer-main .tab-content.floating-tab-container .tab-pane, .tab-content.floating-tab-container {
    opacity: 1;
    -webkit-animation: fadeUp ease-in-out 0.5s;
    animation: fadeUp ease-in-out 0.5s;
}

.hm-transfer-main .accordion-section .panel-title > a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    color: #555;
}

.hm-transfer-main .accordion-section .panel-heading {
    position: relative;
    padding: 0;
}

.hm-transfer-main .accordion-section .panel-title > a span {
    position: absolute;
    right: 10px;
    color: #555;
}

.accordion-section .transfer-heading h4 {
    margin: 20px;
}

.hm-transfer-main .icici_greater .rating-1 {
    height: 40%;
}

.hm-transfer-main .icici_greater .rating-2 {
    height: 83%;
}

.hm-transfer-main .icici_equal .rating-1 {
    height: 50%;
}

.hm-transfer-main .icici_equal .rating-2 {
    height: 50%;
}

.hm-transfer-main .icici_less .rating-1 {
    height: 80%;
}

.hm-transfer-main .icici_less .rating-2 {
    height: 40%;
}

.update-current-right-inner {
    text-align: center;
    padding: 39% 5px;
    background: rgba(6, 53, 95, 0.9);
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    color: #fff;
    z-index: 9999;
}

.update-current-right-inner h4 {
    font-size: 25px;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    line-height: 47px;
    text-transform: uppercase;
}

.transfer-right-inner.blur {
    filter: blur(3px);
}
.pl-rating {
    margin-top: 16px;
}

.pl-transfer-main .color-code ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

    /*new css add*/

    .icici p {
    margin: 5px 0;
    font-size: 16px;
    padding: 0;
    }

    .accordion-section
    .panel-body p {
    text-align: left;
    }

    .hm-transfer-main .color-code ul li:last-child {
    margin: 0;
    }

    .your-save p {
    text-align: center;
    }

 

@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        margin-top: 100px;
        transform: translateY(-150px);
    }

    to {
        opacity: 1;
        margin-top: 0;
        transform: translateY(0px);
    }
}

.btn{
    border-radius: 0;
    padding: 0;

}               

.btn:focus,.btn:hover{
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: none;
    
}
.hm-transfer-main .white-overlay .ui-slider-range {
    height: 7px;
    /*background: #ed7a00;*/
    background: #68c974;
    position: absolute;
    top: 0;
}

.hm-transfer-main .amount-section.select-list input#savedemi {
    background: #dcdcdc;
    cursor: not-allowed;
}
.container.no-padding{
    padding-left: 0;
    padding-right: 0;
}