@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }

   /* IE10+ CSS styles go here */
  .builderTopMenu {
    margin-top: 10px;
  }

  .builderTopMenu h2,
  .builderTopMenu2 h2 {
    margin-top: 0;
  }

  .editorBody .mobSubHeader .header-title textarea {
    line-height: 20px !important;
  }
  .editorBody .mobSubHeader .header-desc textarea {
    line-height: 20px !important;
  }

  .customize .btn {
    margin-bottom: 15px;
  }
  .settingLayout .input-field {
    min-height: 30px;
  }
  .settingLayout .input-field input, .settingLayout .input-field textarea {
    line-height: 30px;
  }

  .floater_list-item {
    opacity: 1 !important;
  }

  .loginPanel .input-field input,
  .loginPanel .input-field textarea {
    line-height: 20px !important;
    padding: 20px;
  }
}
