        #movingPremiumClose{
            width:100%;
            height:100vh;
            display:none;
            z-index:1000;
            position:absolute;
            cursor:pointer;
            top:50px;
        }

        #imgpremium{
            width:80%;
            height:100%;
            margin-left:0px;
        }

        #contactPremiumClose{
            position:absolute;
            cursor:pointer;
            top:20px;
            right:0px;
        }

        #imgcontract{
            width:300px;
            margin-left:20px;
        }

                .area-setup-csv{
            transition: transform .15s;
        }
        .area-setup-csv:hover{
            transform: translateY(-2px);
        }
        #preloaderinginfo {
                position: fixed;
                left: 0;
                width: 0;
                height: 100%;
                width: 100%;
                text-align: center;
                z-index: 9999999;
                -webkit-transition: .9s;
                transition: .9s;
                background: rgba(0,0,0,0.5);
                display:none;
            }
            #preloaderinginfo::before, .preloaderinginfo::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 60%;
                z-index: -1;
                background: rgba(0,0,0,0.5);
                -webkit-transition: .9s;
                transition: .9s;
            }
            #preloaderinginfo::after {
                left: auto;
                right: 0;
            }
            #loader{
                width:100%;
                height:100%;
                text-align:center;
            }

        @media (max-width: 520px) {

            #contactPremiumClose{
                top:40vh;
                right:0px;
            }

            #imgpremium{
                width:100%;
                height:40vh;
                margin-left:0px;
            }

            #imgcontract{
                width:350px;
                margin-left:20px;
            }

        }