body {
  background-color: #fff;
}
.hero-text-sub {
	color:#fff; 
	font-size:1.5em;
	margin:30px 0 40px;
}
.body-section { margin-top:20px;}
.upload-left-block { padding:0 40px;}
.upload-header {
  font-size:2em;
  color:#000;
  margin-top:30px;
}
.upload-body-block { margin-bottom:40px; }
.banner-row{
	position: relative;
	width:100%;
	background-color: #2AA5C8;
}
.banner-row-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('https://cdn.kibin.com/images/documents_background.svg');
	overflow: hidden;
	z-index: 1;
}
.no-svg .banner-row-bg{
	background-image: url('https://cdn.kibin.com/images/documents_background.png');
	background-size: cover;
}
.banner-row-bg:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(42, 165, 200, 1) 0%, rgba(49,156,179,0) 61%, rgba(49,156,179,0) 97%, rgba(49,156,179,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,156,179,1)), color-stop(67%,rgba(49,156,179,0)), color-stop(97%,rgba(49,156,179,0)), color-stop(100%,rgba(49,156,179,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42, 165, 200, 1) 0%,rgba(49,156,179,0) 61%,rgba(49,156,179,0) 97%,rgba(49,156,179,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42, 165, 200, 1) 0%,rgba(49,156,179,0) 61%,rgba(49,156,179,0) 97%,rgba(49,156,179,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42, 165, 200, 1) 0%,rgba(49,156,179,0) 61%,rgba(49,156,179,0) 97%,rgba(49,156,179,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42, 165, 200, 1) 0%,rgba(49,156,179,0) 61%,rgba(49,156,179,0) 97%,rgba(49,156,179,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2AA5C8', endColorstr='#00319cb3',GradientType=0 ); /* IE6-9 */
}
.banner-row > *:not(.banner-row-bg){
	position: relative;
	z-index: 2;
}
.banner-row h1{
	margin:0px;
	padding-top: 50px;
	font-size: 50px;
	text-shadow: 2px 3px 0px #258299;
	text-align: center;
	color:#FFF;
}
.banner-row h1 #beta{
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 8px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 2px;
	background-color: #FFF;
	color: #1E8DAC;
	width: 41px;
	height: 22px;
	line-height: 22px;
	text-shadow:none;
}
.banner-row h1 #beta:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: -3px;
	bottom: -3px;
	background-color: #1E8DAC;
	z-index: -1;
}
.banner-row h3{
	text-align: center;
	font-weight: 300;
	padding-bottom: 50px;
	max-width: 322px;
	margin:0 auto;
	color:#FFF;
}
#document-section, #results{
	max-width:100%;
	margin:0 auto;
}
#document-section{
  border:2px solid #b5b5b5;
  border-radius:6px;
	position:relative;
}
#input-wrapper{
	position: relative;
	margin-bottom: 5px;
}
#document-section .input {
	width:100%;
	margin-bottom: 10px;
	font-size: 14px;
	padding:50px 65px;
	background-color: #fff;
  border-radius:0 0 5px 5px;
}
#document-section .input:focus{
	outline:0;
	border-color:#BBB;
}
#body-input, #dropzone{
	min-height: 375px;
}
#dropzone{
	padding-top: 50px;
}
#dropzone h1{
	margin-top:20px;
	margin-bottom:0px;
	font-size:2.5em;
}
#dropzone h3{
	font-weight: normal;
	font-size:1.1em;
	color: #8D8D8D;
}
#dropzone .btn{
	margin-top: 10px;
}
#dropzone .max-upload-size{
	position: absolute;
	bottom:10px;
	width:100%;
	margin-left: -23px;
	text-align: center;
	font-size: 11px;
	color: #9A8D8D;
}
#body-input{
	vertical-align: top;
	text-align: left;
}
#error{
	width: 100%;
	padding:20px 0px;
	text-align: center;
	font-size: 16px;
	color: #c0392b;
	z-index: 1;
	line-height: 22px;
}
#error span{
	padding:1px 0px;
	background-color:rgba(231, 76, 60, 0.2);
	box-shadow:5px 0 0 rgba(231, 76, 60, 0.2),-5px 0 0 rgba(231, 76, 60, 0.2);
	-moz-box-shadow:5px 0 0 rgba(231, 76, 60, 0.2),-5px 0 0 rgba(231, 76, 60, 0.2);
	-webkit-box-shadow:5px 0 0 rgba(231, 76, 60, 0.2),-5px 0 0 rgba(231, 76, 60, 0.2);
}
#input-overlay{
	position: absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.2);
}
#overlay-content{
	margin:100px auto 0;
	height:155px;
	width:200px;
	padding-top:24px;
	padding-bottom: 7px;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
}
section.loading-messages{
	display: block;
	text-align: center;
  color:#000;
}
.loader { color:#000; }
.hidden{ display: none !important;}

#quickquote-section {
  border:2px solid #b5b5b5;
  border-radius:6px;
	max-width:100%;
	margin-bottom:60px;
	padding:50px 65px;
	text-align:center;
}
.section-title {
	background-color:#fff;
	color:#999;
	font-size:1.25em;
	font-weight:700;
	margin:-62px auto 0;
	width:50px;
}
#section-break-or-container {
  text-align:center;
  margin:20px 0 -30px;
}
#section-break-or {
  background:white;
  border:2px solid #b5b5b5;
  border-radius:50%;
  color:#b5b5b5;
  display:inline-block;
  font-size:2em;
  font-style:italic;
  padding:10px 15px 10px 10px;
}
#section-break {
  border-bottom:2px solid #b5b5b5;
  margin-bottom:50px;
}
#quickquote-section h2 {
	font-size:1.9em;
	margin-top:35px;
}
.section-count-label {
	color:#777;
	font-size:1.3em;
}
.quickquote-words-label {
  font-size:1.8em;
  font-weight:700;
  margin-right:10px;
  vertical-align:middle;
}
#quickquote-words-text {
  width:75px;
}
.quickquote-words-text {
  margin:0 auto;
  width:75px !important;
}
.quickquote-words-btn {
  margin-left:10px;
  vertical-align:middle;
}

.upload-header-bar {
  background-color:#2AA5C8;
  border-radius:6px;
  color:#fff;
  font-size:2em;
  font-weight:700;
  margin-bottom:20px;
  padding:20px 0;
}

.happiness-img {
  margin:20px 0;
}
.footer-img-happiness {
	background:url(https://cdn.kibin.com/images/happiness-guarantee.svg);
	background-size:cover;
	width:100%;
	height:0;
	margin-top:-90px;
	padding:0;
	padding-bottom:57%;
}
.upload-sidebar-quote-block { margin:20px 0;}
.upload-sidebar-profile-img { border-radius:50%;}
.upload-sidebar-quote {
	font-size:0.95em;
	font-weight:700;
	width:230px;
}
.upload-sidebar-quote-left { margin-right:10px;}
.upload-sidebar-quote-right { margin-left:10px;}
.upload-test-signed {
	color:#999;
	font-size:0.95em;
}

/*dropzone */
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: absolute;
  padding: 1em;
  width:100%;
  height:100%;
  text-align:center;
  z-index: 2;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width:114px;
	height:146px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #acacac;
	padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 80px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border-radius: 3px;
  padding: 23px;
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("https://cdn.kibin.com/images/plagiarism-checker/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("https://cdn.kibin.com/images/plagiarism-checker/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("https://cdn.kibin.com/images/plagiarism-checker/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("https://cdn.kibin.com/images/plagiarism-checker/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}

.upload-tabs {
  background:#fff;
  border-radius:5px 5px 0 0;
  display:inline-block;
  margin-top:30px;
  width:100%;
}
.tab-active,.tab {
  color:#2aa5c8;
  font-size:1.5em;
}
.tab {
  background:#ddd;
  border-bottom:1px solid #2aa5c8;
  color:#888;
  cursor:pointer;
  padding:20px;
  width:50%;
}
.tab-active {
  background:#fff !important;
  border-bottom:1px solid #fff;
  color:#2aa5c8;
}
#tab-upload {
  border-radius:5px 0 0 0;
  border-right:1px solid #2aa5c8;
}
#tab-count { border-radius:0 5px 0 0; }

@media(max-width: 600px) {
  #tab-upload,#tab-count {
    font-size:16px;
  }
}

.testimonials-trustpilot {
  margin-bottom:60px;
}

.upload_head_top {
  text-align:center;
}

.upload_header {
  font-size:1.5em;
  font-weight:700;
}

.upload_header_sub {
  font-size:1.4em;
  margin:30px 0;
}

.upload_doc_segment_block {
  background:#f1f1f1;
  border-radius:20px;
  padding:20px;
  margin:10px 30px 50px;
  min-height:310px;
  cursor:pointer;
}

.upload_doc_segment_block:hover,.upload_doc_segment_block_selected {
  border:2px solid #2aa5c8;
  padding:18px;
}

.upload_segment_block {
  text-align:center;
}

.segment-icon {
  font-size:4em;
}

.segment-icon {
  color:#2aa5c8;
}

.segment-title {
  font-size:1.5em;
  font-weight:700;
  margin:40px 0 20px;
}

.faq-container {
  padding:25px 0 0 60px;
  margin-bottom:50px;
}
.quote-faq { font-size:0.9em;}
.quote-faq-block-unit { margin-bottom:10px;}
.quote-faq-ques { 
	color:#1e8dac;
	cursor:pointer;
}
.quote-faq-ans {
	display:none;
	margin:5px 0 0 18px;
	border:1px solid transparent;
}

.quote-price-row { padding:20px!important;}

.quote-service-head {
  font-size:1.5em; 
  font-weight:700;
  margin-right:10px;
}

#quote-service-dd {
  margin-top:-10px;
}

.quote-continue-quote {
  margin-bottom:40px;
}

.quote-options-pref-edit-note-block {
  background:#ddd;
}

.quote-details-sub-header {
  margin-bottom:20px;
}

.quote-balance-credit {
  display:none;
}