        .fea-nav-list {
            padding: 1px 0 20px 3%;
            background: none repeat scroll 0 0 #fff;
        }
        /* Drop Down */
        
        .form-wrapper {
            max-width: 540px;
            width: 100%;
            background: #fbfbfb;
            box-sizing: border-box;
            padding: 50px;
            border-radius: 0;
            margin: 0;
        }
        
        input#downloadSubmit {
            background: #e9152b;
            color: #fff;
            cursor: pointer;
            outline: none;
            display: inline-block;
            padding: 10px 30px;
            font-size: 15px !important;
            font-weight: 600;
            border: 1px solid #e9152b;
            box-sizing: border-box;
            text-transform: uppercase;
            border-radius: 5px;
            width: 100%;
        }
        
        .form-radio,
        .form-group {
            position: relative;
            margin: 25px 0;
            margin-bottom: 30px;
            /* overflow: hidden; */
            z-index: 1;
        }
        
        .select-drop-wrap {
            margin-bottom: 0;
            position: relative;
        }
        
        .t-dropdown-list {
            display: none;
            background-color: #FFF;
            border: 1px solid #DDD;
            z-index: 10;
            box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
            overflow: auto;
            position: absolute;
            margin-top: 5px;
            padding: 10px;
            top: 40px;
        }
        
        .t-dropdown-item {
            padding: 5px 20px;
            margin: 0;
            cursor: pointer;
            color: #000;
            list-style: none;
        }
        
        .t-dropdown-input {
            height: 100%;
            width: 100%;
            padding: 0 3px 0 10px;
        }
        
        .timezone-wrap:before {
            content: "";
            position: absolute;
            top: 11px;
            right: 11px;
            width: 8px;
            height: 8px;
            border-top: 2px solid #000;
            border-left: 2px solid #000;
            transform: rotate(227deg);
            z-index: 0;
            cursor: pointer;
        }
        
        .timezone-wrap {
            position: relative;
            width: 100%;
        }
        
        .timezone-wrap input {
            cursor: pointer;
            position: relative;
            z-index: 1;
        }
        .menuhead{
        display: inline-block;
    }
    .product-footer {
        display: block;
    }