/*--------------------------------------------------------------
    Loader
--------------------------------------------------------------*/

.pre-loader.custom-loader {
  height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 999991; background-color: var(--wdtBodyBGColor); }

.pre-loader.custom-loader .loader-inner {
  text-transform:uppercase; width: 100%; text-align: center; line-height: 50px; margin:auto; position: absolute; 
  left: 0; right: 0; top: 50%; transform: translateY(-50%); }

.pre-loader.custom-loader .loader-inner .loader-image img { width: 100%; height: 100%; max-width: clamp(6.25rem, 3.3654rem + 12.8205vw, 18.75rem); }



/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}


/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {

}