.container {  max-width: 1400px;}
 .btn {
       display: inline-block;
       margin-bottom: 0;
       text-align: center;
       border-radius: 3px;
       white-space: nowrap;
       vertical-align: middle;
       -ms-touch-action: manipulation;
       touch-action: manipulation;
       cursor: pointer;
       border: 1px solid transparent;
       font-family: 'Zoho_Puvi_Regular', sans-serif !important;
       background-image: none;
       /* padding: 10px 35px; */
       font-size: 18px;
       line-height: 1.42857143;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
   }
   .tnks-btn {
       background: #ed5555 !important;
       width: 225px;
       }
   .sec-pTB {
       padding: 0px 0;
   }
   .thks-des {
       width: 65%;
       min-height: 90px;
       margin: 0 auto;
       font-size: 15px;
       font-weight: 100;
       color: #000;
       text-align: center;
       line-height: 27px;
       padding: 20px 0 30px 0;
   }
   .heading-menu {
   display:none;}
   .tnks-bannr {
       min-height: 200px;
       display: flex;
       background: #f7f7f7;
       position: relative;
   }
   .tnks-bannr:after {
       content: " ";
       background: url(https://www.manageengine.com/analytics-plus/images/tnks-pg-bg.png) no-repeat;
       position: absolute;
       top: 0px;
       left: 0px;
       background-size: cover;
       height: 100%;
       width: 100%;
       z-index: 0;
   }
   .dwn-form #dwn-form-alert {
       position: initial !important;
       text-align: left;
       background: none !important;
       color: red !important;
       margin-left: 8px !important;
       margin-top: 0px !important;
       padding-bottom: 0 !important;
       padding-top: 7px !important;
   }
   .error-bg {
       background: #e9132b1c !important;
       border: 1px solid #e9132b8c !important;
   }	
   #dwn-form-alert:before {
       display: none !important;
   }
 