/*
Theme Name: Ecomaids
Theme URI:  https://clicktecs.com
Description: Ecomaids theme by the Team of Clicktecs
Author: Ankit Kumar
Author URI:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomaids
*/

.custom-loader{
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: #f1f2f3c9;
    text-align: center;
}

.custom-loader img{width:40px;}

@media (max-width: 776px){
    .custom-loader{
    height: 100%;
    padding-top: 120px;
  }
}