 .loading-page {
            position: fixed;
            background-color: rgba(255, 255, 255, 0.9);
            display: table;
                   z-index: 1060;
        }
        .loading-page-text {
            text-transform: uppercase;
            letter-spacing: .1em;
            font-weight: 700;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            color: #157ed2;
        }
        .preloader-bg {
            position: fixed;
            height: 100vh;
            background: #fff;
            z-index: 1060;
            width: 100%;
            text-align: center;
        }
        .preloader-container {
            display: inline-block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .my-preloader {
            color: #006cb7;
            position: relative;
            width: 160px;
            height: 160px;
            box-shadow: inset 0 0 0 2px;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            border-radius: 50%;
            background: #f1f1f1;
        }
        .hide{
            display: none;
        }
