.heading-menu,#scroll{display:none}
.container {
            margin: 0 auto;
            position: relative;
        }
        
        .req-demo-wrapper {
            margin: 80px auto;
            font-family: 'ZohoPuvi';
            font-weight: 300;
            max-width: 460px;
            padding: 25px;
            border: 1px solid #eee;
        }
        
        .req-demo-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .pmp-banner-wrap {
            width: 100%;
            padding: 70px 0;
            background: #EBF6F3;
            background-position: center;
            text-align: center;
            color: #000;
        }
        
        .pmp-banner-wrap h1 {
            color: #000;
            margin: 0;
            font-size: 38px;
        }
        
        #LicenseKeyForm {
            max-width: 460px;
            width: 100%;
            margin: 0 0;
            color: #666;
        }
        
        .form-heading h3 {
            font-size: 22px;
            color: #000;
            font-weight: 600;
            margin: 0 0 20px;
            text-align: center;
        }
        
        .form-heading p {
            font-size: 18px;
            line-height: 1.6;
            color: #000;
            font-family: var(--primaryfont-semibold);
        }
        
        .form-group {
            width: 100%;
            margin: 40px 0;
            position: relative;
        }
        /* necessary to give position: relative to parent. */
        
        .req-demo-wrapper select {
            border: 1px solid #e3e3e3;
            padding: 7px 14px;
        }
        
        textarea {
            height: 100px;
            resize: none;
            display: block;
        }
        
        .trans-effect {
            border: 1px solid #ccc;
            padding: 7px 14px;
            transition: 0.4s;
            background: transparent;
        }
        /* Radio Button */
        
        .form-group {
            position: relative;
            margin: 25px 0;
            margin-bottom: 30px;
            /* overflow: hidden; */
            z-index: 1;
        }
        /* Button */
        
        .button {
            position: relative;
            background: currentColor;
            border: 1px solid currentColor;
            font-size: 1.1rem;
            color: #db4545;
            margin: 3rem 0;
            padding: 0.75rem 3rem;
            cursor: pointer;
            -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
            transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
            overflow: hidden;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        }
        
        .button span {
            color: #fff;
            position: relative;
            z-index: 1;
        }
        
        .button::before {
            content: '';
            position: absolute;
            background: #000;
            border: 50vh solid #db4545;
            width: 30vh;
            height: 30vh;
            border-radius: 50%;
            display: block;
            top: 50%;
            left: 50%;
            z-index: 0;
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
        }
        
        .button:hover {
            color: #974545;
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        }
        
        .button:active::before,
        .button:focus::before {
            -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
            transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
            transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
            transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
            -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            opacity: 0;
        }
        
        .button:focus {
            outline: none;
        }
        
        input#btnSubmit {
            background: #e9152b;
            color: #fff;
            cursor: pointer;
            outline: none;
            display: inline-block;
            padding: 10px 30px;
            font-size: 17px !important;
            font-weight: 600;
            border: 1px solid #e9152b;
            box-sizing: border-box;
            /* text-transform: uppercase; */
            border-radius: 5px;
            width: 100%;
            height: 45px;
            margin: 20px 0 0;
        }
        
        .const-text {
            font-size: 12px;
            line-height: 1.4;
            margin: 10px 0 -5px;
            color: #9da3ab;
        }
        
        .form-group.country-select-box {
            margin-bottom: 20px;
        }
        
        #meGDPRMessage {
            padding: 0 0;
        }
        
        .country-select-box label {
            opacity: 0;
        }
        
        .country-select-box .has-content~label {
            opacity: 1;
        }
        
        .label-text-head {
            font-weight: 400;
            margin-right: 15px;
        }
        
        @media screen and (max-width: 767px) {
            .req-demo-wrapper {
                margin: 40px 0;
            }
            .form-heading,
            .form-heading p {
                text-align: center;
            }
            #LicenseKeyForm {
                margin: 40px auto 0;
            }
        }
        
        span.focus-border {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
        
        .success-banner {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 70%);
            z-index: 1000000;
        }
        
        .success-contain {
            text-align: center;
            position: absolute;
            max-width: 720px;
            width: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 30px;
        }
        
        .success-banner h4 {
            font-size: 24px;
            line-height: 1.4;
            text-align: center;
            color: #fff;
        }
        
        .success-banner .ico-close {
            text-indent: -9999px;
            cursor: pointer;
        }
        
        .ico-close {
            position: absolute;
            right: 20px;
            top: 15px;
            width: 20px;
            height: 20px;
            opacity: 1;
            /* background: #fff; */
            border-radius: 50%;
        }
        
        .ico-close:hover {
            opacity: 1;
        }
        
        .ico-close:before,
        .ico-close:after {
            position: absolute;
            top: 0px;
            left: 15px;
            content: ' ';
            height: 20px;
            width: 2px;
            background-color: #000;
        }
        
        .ico-close:before {
            transform: rotate(45deg);
        }
        
        .ico-close:after {
            transform: rotate(-45deg);
        }
        
        .video-wrap {
            float: none;
            clear: both;
            width: 100%;
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 25px;
            height: 0;
        }
        
        .video-wrap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .checkbox label {
            line-height: 1;
        }