  /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .pl-transfer-main{height: auto;margin-top: 10px;margin-bottom: 10px;}
        .pl-transfer-main .transfer-left,.pl-transfer-main .transfer-right  {height: 100%;}
        .pl-transfer-main .transfer-inner {height: auto;overflow: hidden;background: #f2f2f2;}


    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .pl-transfer-main .clear-div{clear: both;}
        .save-amount ul li h4{font-size: 15px;}
 

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 800px) {
        .pl-transfer-main .color-code ul li {
    font-size: 13px;
    text-align: left;
}
   

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .pl-transfer-main .text-right{text-align: center;}        
        .icici p{margin-top: 0!important;}
        .pl-transfer-main .btn-style{margin-bottom: 15px;}
        .add-padding a{margin: 0!important;}
        .add-padding{margin:0!important;}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
        .pl-transfer-main .common-section{width: 50%;}
        .pl-transfer-main .transfer-left-inner, .transfer-right-inner{padding: 19px 0px;}
        .pl-transfer-main .rating-container {margin-bottom: 20px;}
        .pl-transfer-main .common-section {padding: 0px 10px;}
        .pl-transfer-main .white-overlay .common-slider {max-width: 100%;}
        .pl-transfer-main .value {width: 100%;}
        .save-amount ul li h4{font-size: 14px;}
        .cashbackarea{width: 100%!important;padding: 15px!important;}

    }

   

    /* Small Devices, Tablets */
    @media only screen and (max-width : 640px) {

        .pl-transfer-main .transfer-right{width: 100%;}

        .pl-transfer-main .pl-rating .col-xs-12 {width: 51%;display: inline-block;float: none;margin: 0 auto;}
        .pl-transfer-main .pl-rating {text-align: center;}
        

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

        .pl-transfer-main .col-md-4.col-sm-6.col-xs-12.clear-div {
        margin-bottom: 0;
        }
    }

      /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 410px) {
        .pl-transfer-main .common-section{width: 100%;}
        .pl-transfer-main .pl-rating .col-xs-12 {width: 100%;}
        .pl-transfer-main .color-code ul {padding: 0;}
        .save-amount ul{display: block;}
        .save-amount ul li{width: 100%;margin-bottom: 10px;}
        .save-amount ul li h4{font-size: 18px;}

    }

/*     Custom, iPhone Retina  */
  

@media only screen and (max-width: 992px) {
    .btn-style {
       margin-top: -14%;
        
    }
}
@media only screen and (max-width:600px) {
    .btn-style {
       margin-bottom: 110px;
        
    }
}
