  /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .hm-transfer-main{height: auto;margin-top: 10px;margin-bottom: 10px;}
        .hm-transfer-main .transfer-left,.hm-transfer-main .transfer-right  {height: 100%;}
        .hm-transfer-main .transfer-inner {height: auto;overflow: auto;background: #f2f2f2;}


    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .hm-transfer-main .clear-div{clear: both;}
        .save-amount ul li h4{font-size: 15px;}
 

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 800px) {
   

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .hm-transfer-main .text-right{text-align: center;}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
        .hm-transfer-main .common-section{width: 50%;}
        .hm-transfer-main .transfer-left-inner, .transfer-right-inner{padding: 19px 0px;}
        .hm-transfer-main .rating-container {margin-bottom: 20px;}
        .hm-transfer-main .common-section {padding: 0px 10px;}
        .hm-transfer-main .white-overlay .common-slider {max-width: 100%;}
        .hm-transfer-main .value {width: 100%;}
         .save-amount ul li h4{font-size: 14px;}

    }

   

    /* Small Devices, Tablets */
    @media only screen and (max-width : 640px) {

        .hm-transfer-main .transfer-right{width: 100%;}

        .hm-transfer-main .hm-rating .col-xs-12 {width: 51%;dishlay: inline-block;float: none;margin: 0 auto;}
        .hm-transfer-main .hm-rating {text-align: center;}
        .amount-section.select-list input,.save-amount ul li .amount-section{height: 38px;font-size: 18px}
        .hm-transfer-main .loan-cat p,.hm-transfer-main .color-code ul li {font-size: 1em;}
        .hm-transfer-main .color-code ul li:before {width: 16px;height: 15px;top: 1px;}


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

        .hm-transfer-main .col-md-4.col-sm-6.col-xs-12.clear-div {margin-bottom: 0;}
        .hm-transfer-main .transfer-inner{margin: 0 15px 10px;
    padding: 20px 0 0;}
    }

      /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 410px) {
        .hm-transfer-main .common-section{width: 100%;}
        .hm-transfer-main .hm-rating .col-xs-12 {width: 100%;}
        .hm-transfer-main .color-code ul {padding: 0;text-align: left;}
        .save-amount ul{dishlay: block;}
        .save-amount ul li{width: 100%;margin-bottom: 10px;}
        .save-amount ul li h4{font-size: 18px;}
        .icici .row{margin-right: 0;margin-left: 0;}
        .hm-transfer-main .save-amount span{font-size: 18px;}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

        
      

    }