html, body {
  height: 100%;
  margin: 0;
}
body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #565c5d;
}
body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
button {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  font-family: 'Open Sans', sans-serif;
}
p {
  color: #565c5d;
}
ul, label {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:active, a:focus {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul, label {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #1a2332;
}
:-moz-placeholder {
  color: #1a2332;
}
::-moz-placeholder {
  color: #1a2332;
}
:-ms-input-placeholder {
  color: #1a2332;
}
input[placeholder], [placeholder], *[placeholder] {
  color: #1a2332;
}
h3 {
  color: #1a2332;
  font-size: 24px;
}
.clear {
  clear: both;
}
nav.navbar.navbar-default.main-header {
  background-image: none;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
  background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
  background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
  border-radius: 0px;
  background-color: #fff!important;
  border-color: #fff!important;
  box-shadow: none!important;
}
#navbar-brand {
  color: #1FA0FF;
  font-weight: bold;
}
.navbar-nav li {
  font-weight: bold;
}
h1 {
  font-size: 26px;
  font-weight: bold;
}
#copyright {
  margin-top: 50px;
}
.home-content {
  padding: 20px 20px 20px 0px;
}
.rw-progressbar p {
  color: #fff;
}
.font18 {
  font-size: 18px;
}
.ip-txt {
  color: #77B9EF;
  font-size: 20px;
  margin-left: 75px;
  display: inline-block;
}
.first-section {
  width: 182px;
  float: left;
}
#tbl_txt tr th, #tbl_txt tr td {
  max-width: 300px;
  word-wrap: break-word
}
div.editable {
  width: 500px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
}
.to-change {
  font-weight: bold;
  margin: 5px;
}
.to-change:hover {
  background: #C2EFC8;
}
#textInput {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 2px;
  width:99%;
  height: 200px;
  text-align: left;
  word-break: break-word;
  font-size: 14px;
  color: #565c5d;
  line-height: 23px;
}
#textInput:focus{
  outline: none;
}
#tbl_txt>thead>tr>th {
  border-bottom: 0px solid #ddd;
  vertical-align: bottom;
}
#tbl_txt tbody {
  width: 100%;
  height: 400px;
  /* Just for the demo          */
  overflow-y: auto;
  /* Trigger vertical scroll    */
  overflow-x: hidden;
  /* Hide the horizontal scroll */
}
#article {
  width: 100%;
  max-height: 600px;
  /* Just for the demo          */
  overflow-y: auto;
  /* Trigger vertical scroll    */
  overflow-x: hidden;
  /* Hide the horizontal scroll */
}
.well {
  min-height: 235px;
  margin-top: 5%;
}
.scrolls {
  max-height: 400px;
  overflow: auto;
}
.CodeMirror, .CodeMirror {
  border: 1px solid #ddd;
}
.icon-box {
  width: 100%;
  max-width: 125px;
  height: 125px;
  margin: 0px auto 20px;
  overflow: hidden;
}
.icon-box>img {
  height: auto;
  width: 100%;
}
.free-tools-page.home-page a {
  text-align: center;
  color: #34495e;
}
#diffoutput table thead th {
  padding-left: 10px;
  text-align: left;
}
.sup-head {
  text-align: center;
}
.plagiarism_res, .gerror_div {
  display: none;
}
.grammer-recaptcha {
  padding-left: 0%;
}
.free-tools-page {
  padding: 40px 0px;
  position: relative;
  width: 100%;
  float: left;
}
footer.footer {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  float: left;
}
header.header {
  float: left;
  width: 100%;
  padding: 20px 0px 0px;
  margin: 0px;
}
.contain-bg {
  background-color: #172c48;
  float: left;
  width: 100%;
}
.mobile-checker-tools {
  background-image: url(../image/bg.png);
  background-repeat: no-repeat;
  height: 450px;
}
.middle-content-wrap {
  float: left;
  width: 100%;
  padding: 30px 0px 100px;
}
.form-group {
  margin-bottom: 15px;
}
.main-right .input-group {
  width: 100%;
}
#input-group-addon {
  background-color: #fff;
  padding: 0 10px 0 0;
  text-align: right;
  width: 30px !important;
  border-radius: 0;
}
#inputDomain {
  padding-left: 25px !important;
}
.input-group .check-web-add {
  border: medium none;
  height: 50px;
  border-radius: 0px;
}
#input-group-addon {
  background-color: #fff;
  padding: 0 10px 0 0;
  text-align: right;
  width: 30px !important;
  border-radius: 0;
}
.main-right h1, .main-right h2, .main-right p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#web-check, #web-check:hover {
  background-color: #EF3B42;
  border-radius: 0px;
  color: #fff;
  outline: medium none;
  padding: 7px 16px;
  right: 0;
}
.right-form-panel {
  height: 450px;
  display: table;
}
.main-right {
  display: table-cell;
  vertical-align: middle;
}
.middle-content-wrap h4 {
  margin: 20px 0px 20px 0px;
  font-size: 18px;
  font-weight: 100;
  color: #565c5d;
}
.middle-content-wrap h4>span {
  font-weight: 600;
}
.middle-content-wrap h1 {
  margin: 35px 0px;
  color: #565c5d;
  font-size: 26px;
  font-weight: 600;
}
.middle-content-wrap h3 {
  color: #565c5d;
  font-size: 18px;
  margin: 37px 0px 20px;
  font-weight: 600;
}
.middle-content-wrap ul>li, .middle-content-wrap ol>li {
  margin: 8px 0px;
  width: 100%;
  color: #565c5d;
}
.middle-content-wrap h5 {
  color: #565c5d;
  font-weight: 600;
}
.middle-content-wrap ul {
  padding-left: 40px;
  list-style: disc;
  margin: 10px 0px;
}
.middle-content-wrap p {
  line-height: 26px;
  font-size: 14px;
}
.main-top {
  background-color: #ee5526;
  clear: both;
  height: 100px;
  position: relative;
  width: 100%;
}
.main-top-title {
  background-image: url(../image/head-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 100px;
}
.main-top-title h1 {
  margin: 0px;
  line-height: 100px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.main-container {
  padding: 50px 0px;
}
.main-container .side-text {
  padding: 25px;
  background-color: #dddfdf;
  color: #565c5d;
  margin-bottom: 30px;
  border-radius: 4px;
}
.main-container .side-text h4 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: bold;
}
.btn-status, .btn-status:hover {
  background-color: #565c5d;
  color: #fff;
  padding: 10px 24px;
  margin-bottom: 16px;
}
.status-icon {
  background-image: url(../img/bar.png);
  background-repeat: no-repeat;
  height: 22px;
  width: 30px;
  float: left;
  margin-right: 10px;
}
.main-form p {
  color: #ee5526;
  font-size: 20px;
  font-weight: bold;
}
.main-form i {
  color: #ee5526;
  font-size: 25px;
  margin-left: 5px;
}
.main-form input[type="text"] {
  background-color: #eeeeee;
  /*border: none;*/
  box-shadow: none;
  font-size: 16px;
  height: 42px;
  padding: 8px 12px;
}
.main-form label {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.main-form textarea {
  background-color: #eeeeee;
  box-shadow: none;
  font-size: 16px;
}
.main-form .radio-inline+.radio-inline {
  margin-top: 10px;
}
.main-form .or-option p {
  font-size: 16px;
  font-weight: bold;
  color: #888;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 50px;
}
.btn-csv, .btn-csv:hover {
  background-color: #565c5d;
  color: #fff;
  padding: 6px 24px;
}
.main-form .ch-checkbox {
  margin-top: 30px;
}
.main-form .btn-submit, .btn-submit:hover {
  background-color: #ee5526;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 14px 28px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.main-form .bootstrap-select button {
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  font-size: 16px;
  height: 42px;
  padding: 0px;
  padding-right: 40px;
}
.main-form .bootstrap-select.btn-group .btn .filter-option {
  padding-left: 12px;
  padding-right: 0px;
  background-color: #eee;
  height: 100%;
  line-height: 42px;
  color: #555;
}
.main-form .bootstrap-select.btn-group .btn .caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid;
  border-bottom: none;
}
.main-form .bootstrap-select.btn-group .btn .caret {
  margin-top: -5px;
  right: 10px;
}
.main-form .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 10px solid;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.title-bar {
    margin-bottom: 40px;
    text-align: center;
}
.side-text>h3 {
  margin: 7px 0px 10px;
}
ul.nav.navbar-nav.navbar-right>li.active>a {
  background: #77b9ef!important;
}
.title-bar.subtitle {
  margin-bottom: 0px;
}
.title-bar.subtitle>h1 {
  margin-bottom: 10px;
}
p.subtitle-content {
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
}
li.dropdown>a {
  background: none!important;
  color: #555!important;
}
@media(max-width: 767px) {
  .main-top, .main-top-title {
    height: 90px;
  }
  .main-top-title h1 {
    line-height: 90px;
    font-size: 24px;
  }
  .main-right h1, .main-right h2, .main-right p {
    font-size: 14px;
  }
  div#bs-example-navbar-collapse-1 {
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 999;
    width: 100%;
    background: #fff;
  }
  .header .navbar-toggle{
    margin-right:0px;
  }
  .header span.caret {
    float: right;
    top: 31px;
    margin-top: 8px;
  }
  .right-form-panel {
    height: 220px;
  }
  .mobile-checker-tools {
    height: 302px;
    background-size: 100% 100%;
    background-position: center center;
  }
  .grammer-recaptcha{ padding-left: 0px;}
  .main-form .btn-submit, .btn-submit:hover {
    font-size: 16px;
    padding: 10px 24px;
    margin-top: 60px;
    margin-bottom: 34px;
  }
  .middle-content-wrap h1 {
    margin: 32px 0px;
    font-size: 20px;
  }
  .middle-content-wrap h4 {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }
  .header .navbar-brand{ padding:15px 0px;}
  .middle-content-wrap ul {
    padding-left: 18px;
  }
  .middle-content-wrap p {
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
  }
  .middle-content-wrap ul>li, .middle-content-wrap ol>li {
    text-align: justify;
    font-size:13px;
  }
  .middle-content-wrap h3 {
    font-size: 16px;
    margin: 27px 0px 10px;
    line-height: 23px;
  }
  nav.navbar.navbar-default {
    margin-bottom: 0px;
    position: relative;
  }
  .free-tools-page {
    padding: 20px 0px;
    text-align: center;
  }
}