body {
  background-color: #adadad;
  background-image: url(../img/pattern.jpg);
  color: #272727;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 77px;
}
body a {
  color: #017f9f;
}
body a:hover {
  color: #014253;
}
.holder {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.main-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px;
}
.main-content .breadcrumbs {
  font-size: 11px;
  margin-top: 10px;
}
.main-content .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content .breadcrumbs ul li {
  display: inline;
  padding: 0;
  margin: 0;
  color: #888888;
}
.main-content .breadcrumbs ul li a i {
  font-size: 14px;
}
.table-holder {
  display: table;
  width: 100%;
}
.table-holder .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.cta {
  margin-bottom: 30px;
  font-size: 18px;
}
.cta .btn-holder a.btn {
  display: inline-block;
}
.cta.cta-style-1 {
  padding: 45px 15%;
  border: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
.cta.cta-style-1 .text {
  margin-bottom: 30px;
}
.cta.cta-style-1 .btn-primary {
  display: block;
  margin: 0 auto;
}
.cta.cta-style-2 {
  padding: 45px 15%;
  border: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
.cta.cta-style-2 .btn-primary {
  margin: 30px 8px;
}
.cta.cta-style-2 .btn-secondary {
  background: #017f9f;
  color: #fff;
  margin: 30px 8px;
}
.cta.cta-style-3 {
  padding: 15px 15%;
  border-left: none;
  border-right: none;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
.cta.cta-style-3 .btn-secondary {
  background: #017f9f;
  color: #fff;
  margin: 30px 8px;
}
.cta.cta-style-4 {
  padding: 15px 15%;
}
.cta.cta-style-4 .btn-secondary {
  background: #017f9f;
  color: #fff;
  margin: 30px 8px;
}
.cta.cta-style-5 {
  padding: 30px 15% 0;
  border-top: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
}
.cta.cta-style-5 .lead-text {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.cta.cta-style-5 .btn-primary {
  margin: 30px 8px 0;
}
.cta.cta-style-5 .btn-secondary {
  background: #017f9f;
  color: #fff;
  margin: 30px 8px 0;
}
.cta.essay-editing {
  text-align: left;
}
.cta.essay-editing .text p {
  text-align: justify;
}
.cta.essay-editing .lead-text {
  text-align: center;
}
.cta.essay-editing .bottom-block {
  margin-top: 40px;
  text-align: center !important;
}
.cta.essay-editing .btn-holder {
  text-align: center;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.medals-block {
  padding: 45px 0;
  margin-bottom: 30px;
}
.medals-block .medal {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 110px;
}
.medals-block .medal.premium-quality {
  background: url(../img/medal-1.png) no-repeat center top;
}
.medals-block .medal.satisfaction-guaranteed {
  background: url(../img/medal-2.png) no-repeat center top;
}
.medals-block .medal.complete-confidentiality {
  background: url(../img/medal-3.png) no-repeat center top;
}
.medals-block .medal.secure-payments {
  background: url(../img/medal-4.png) no-repeat center top;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  color: #017f9f;
  text-transform: uppercase;
}
.head-text {
  font-size: 18px;
  margin: 0 0 30px;
}
.btn {
  border: none;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 18px 7px;
  line-height: 18px;
}
.btn.btn-primary {
  background: -moz-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6500),color-stop(100%,#f56100));
  background: -webkit-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -o-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -ms-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: linear-gradient(to bottom,#ff6500 0%,#f56100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500',endColorstr='#f56100',GradientType=0);
}
.btn.btn-primary:hover {
  background: -moz-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6b0a),color-stop(100%,#ff6500));
  background: -webkit-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -o-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -ms-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: linear-gradient(to bottom,#ff6b0a 0%,#ff6500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0a',endColorstr='#ff6500',GradientType=0);
}
.btn.btn-default {
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.btn.btn-default:hover {
  background: -moz-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
}
.btn.btn-secondary {
  background: -moz-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0183a4),color-stop(100%,#017f9f));
  background: -webkit-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: -o-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: -ms-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: linear-gradient(to bottom,#0183a4 0%,#017f9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0183a4',endColorstr='#017f9f',GradientType=0);
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background: -moz-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#018bae),color-stop(100%,#0187a9));
  background: -webkit-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: -o-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: -ms-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: linear-gradient(to bottom,#018bae 0%,#0187a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018bae',endColorstr='#0187a9',GradientType=0);
}
.btn.active {
  background: -moz-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,#e8e8e8 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#f7f7f7',GradientType=0);
}
.btn.active:hover {
  background: -moz-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,#e8e8e8 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#f7f7f7',GradientType=0);
}
.btn.btn-lg {
  font-size: 14px;
  padding: 15px 28px;
}
.form-control {
  transition: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}
.cta-button-holder {
  padding: 50px 0;
  text-align: center;
}
.list-styled {
  list-style: none;
  padding: 0;
}
.list-styled i {
  color: #017f9f;
  font-size: 14px;
  padding-right: 10px;
}
.read-more {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.read-more i {
  font-size: 14px;
}
.read-more:hover {
  text-decoration: none;
}
.box {
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 15px;
}
.box h2 {
  font-size: 20px;
  color: #017f9f;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin: 0;
  padding: 0 0 30px;
}
.box h2:before,
.box h2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #017f9f;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}
.box h2:before {
  right: 15px;
  margin: -1px 0 0 -100%;
}
.box h2:after {
  left: 15px;
  margin: -1px -100% 0 0;
}
.box h2 + .lead-text {
  margin-top: -20px;
  padding-bottom: 20px;
}
.box .lead-text {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 600;
  color: #777777;
  font-size: 14px;
  margin: 0 auto;
}
#header {
  position: relative;
}
#header .navbar {
  background: #ffffff;
  border: none;
  min-height: 47px;
  margin-bottom: 0;
}
#header .navbar .navbar-fixed-top {
  box-shadow: 1px 0px 0 #adadad, -1px 0px 0 #adadad, 0 1px 3px rgba(0,0,0,0.25);
  background: rgba(255,255,255,0.9);
  line-height: 75px;
}
#header .navbar .navbar-fixed-top img {
  margin: -3px 0 0 0;
  width: 258px;
}
#header .navbar .navbar-fixed-top.mod {
  line-height: 50px;
}
#header .navbar .navbar-fixed-top.mod img {
  width: 174px;
  margin: -6px 0 0 0;
}
#header .navbar .navbar-header .navbar-brand {
  height: auto;
  padding: 10px 0 0;
}
#header .navbar .top-nav {
  margin: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
#header .navbar .top-nav li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#header .navbar .top-nav li a:hover {
  text-decoration: none;
}
#header .navbar .top-nav li a:hover span {
  border-bottom: 1px solid #01a7d2;
}
#header .navbar .top-nav li a span {
  border-bottom: 1px solid #017f9f;
}
#header .navbar .top-nav li a i {
  padding-right: 5px;
  font-size: 14px;
}
#header .navbar .top-nav li.phone {
  color: #7f7f7f;
}
#header .navbar .top-nav li.phone a {
  font-size: 16px;
  color: #2a2a2a;
}
#header .navbar #navbar-main {
  box-shadow: 1px 0px 0 #adadad, -1px 0px 0 #adadad;
  background-color: #e8f6f9;
  margin-right: -15px;
  margin-left: -15px;
  border: none;
  padding-right: 15px;
  padding-left: 15px;
}
#header .navbar #navbar-main .navbar-nav {
  float: right;
}
#header .navbar #navbar-main .navbar-nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #0e0e0e;
  padding-top: 14px;
  padding-bottom: 13px;
}
#header .navbar #navbar-main .navbar-nav li a:hover {
  color: #017f9f;
}
#header .navbar #navbar-main .navbar-nav li.active a {
  color: #017f9f;
  border-bottom: 3px solid #017f9f;
  padding-bottom: 10px;
}
#header .navbar #navbar-main .navbar-nav li.dropdown.open a {
  background-color: #cde5eb;
}
#header .navbar #navbar-main .navbar-nav li.dropdown .dropdown-menu {
  right: auto;
  padding: 0;
  border: none;
  box-shadow: 0 3px 0 rgba(0,0,0,0.22);
  border-radius: 0;
  opacity: 0.95;
}
#header .navbar #navbar-main.in {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.calc {
  background: url(../img/mbp.png) no-repeat -5px 10px;
  color: #ffffff;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 120px;
  padding-top: 56px;
  padding-bottom: 65px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.calc .calc-row {
  padding-bottom: 16px;
}
.calc .calc-row .head {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 5px;
}
.calc .calc-row .sign {
  text-align: right;
  font-size: 14px;
  display: block;
  line-height: 14px;
}
.calc .calc-row .count {
  font-size: 15px;
  vertical-align: -8px;
  padding-left: 15px;
}
.calc .calc-row .btn-group .btn {
  font-size: 13px;
  text-transform: none;
  padding: 9px 3px;
  color: #01576c;
  border-left: 1px solid #222222;
}
.calc .calc-row .btn-group .btn.active {
  background: #cbe6ed;
  color: #0ca1c7;
}
.calc .calc-row .btn-group .btn:first-child {
  border-left: 0;
}
.calc .calc-row .price-value {
  font-size: 36px;
  text-align: right;
  line-height: 48px;
}
.calc .calc-row .price-value span {
  vertical-align: 14px;
  font-size: 18px;
  line-height: 18px;
}
.calc .calc-row .input-group {
  max-width: 110px;
  float: left;
}
.calc .calc-row .input-group input {
  text-align: center;
  border: none;
  height: 33px;
  padding: 6px;
}
.calc .calc-row .input-group .btn {
  padding-right: 12px;
  padding-left: 12px;
}
.calc .calc-row .input-group .btn:first-child {
  margin-right: 1px;
}
.calc .calc-row .input-group .btn:last-child {
  margin-left: 1px;
}
.calc .calc-row .btn-primary {
  padding: 15px 35px;
  float: right;
  font-size: 14px;
  font-weight: 400;
}
.calc .calc-row .btn-primary i {
  font-size: 18px;
}
.calc .calc-row.calc-row-price {
  padding-top: 7px;
}
.calc.price-calc {
  background: none;
  color: #000;
  border-radius: 4px;
  margin: 0 60px 0;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.calc.price-calc .calc-row-price {
  padding-bottom: 5px;
}
.calc.price-calc .calc-row-price .price-value {
  text-align: center;
  font-size: 56px;
  margin: 40px auto 35px;
}
.calc.price-calc .calc-row-price .price-value span {
  font-size: 26px;
  vertical-align: 20px;
}
.calc.price-calc .calc-row-button {
  padding-bottom: 0;
  text-align: center;
}
#promo-hero {
  background: url(../img/hero-bg-2.png) no-repeat;
  box-shadow: 0 -1px 0 1px #adadad;
  position: relative;
}
#promo-hero h1 {
  color: #fdfdfd;
  line-height: 14px;
  font-size: 22px;
  font-family: Open Sans;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#promo-hero h2 {
  color: #fdfdfd;
  line-height: 14px;
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans;
}
#promo-hero .promo-order .transparent-btn {
  display: block;
  width: 141px;
  height: 40px;
  position: absolute;
  top: 133px;
  right: 90px;
}
#promo-hero ul {
  padding-right: 60px;
  padding-left: 0px;
  margin-top: 30px;
  clear: both;
}
#promo-hero ul li {
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
}
#promo-hero ul li i {
  height: 16px;
  width: 16px;
  color: #2a6b8c;
  font-size: 20px;
  margin-right: 5px;
}
#hero {
  background: url(../img/hero-bg.jpg) no-repeat #ffffff;
  box-shadow: 0 -1px 0 1px #adadad;
  margin-bottom: -27px;
}
#hero .counter {
  padding: 20px 0;
  margin-left: -30px;
}
#hero .counter span {
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}
#hero .counter span strong {
  color: #017f9f;
}
#hero .counter span i {
  color: #017f9f;
  font-size: 14px;
}
#hero .main-text {
  margin-right: -15px;
  padding-left: 70px;
  padding-top: 50px;
}
#hero .main-text h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #017f9f;
  background: rgba(255,255,255,0.9);
  padding: 15px 15px 15px 30px;
  margin: 0;
  text-transform: inherit;
  line-height: 32px;
}
#hero .main-text ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  padding-left: 33px;
  padding-top: 40px;
}
#hero .main-text ul li {
  margin-top: 10px;
}
#hero .main-text ul li i {
  font-size: 28px;
  color: #01a7d2;
}
#hero .main-text ul li:first-child {
  margin-top: 0;
}
#hero + #wrap .box h2 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
#hero + #wrap .main-content-holder {
  padding-top: 40px;
}
#wrap {
  box-shadow: 0 1px 0 1px #adadad;
  padding-bottom: 80px;
}
#wrap .main-content-wrap {
  background: url("../img/main-content-wrap-bg.png") 100% 0 repeat-y;
}
#wrap .sidebar-holder {
  padding-top: 20px;
  padding-bottom: 80px;
}
#wrap .sidebar-holder #sidebar .side-box {
  padding: 30px 0;
  border-bottom: 2px solid #d1d1d1;
}
#wrap .sidebar-holder #sidebar .side-box .head {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #262626;
  text-align: center;
  padding-bottom: 20px;
}
#wrap .sidebar-holder #sidebar .side-box.adv-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #656565;
}
#wrap .sidebar-holder #sidebar .side-box.adv-box ul li {
  padding: 0;
  margin-top: 12px;
  line-height: 16px;
}
#wrap .sidebar-holder #sidebar .side-box.adv-box ul li i {
  font-size: 22px;
  color: #ff6500;
  float: left;
  padding-right: 7px;
}
#wrap .sidebar-holder #sidebar .side-box.adv-box ul li:first-child {
  margin-top: 0;
}
#wrap .sidebar-holder #sidebar .side-box.yousave-box {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #656565;
  font-size: 15px;
}
#wrap .sidebar-holder #sidebar .side-box.yousave-box .body .item {
  margin-top: 7px;
  line-height: 16px;
}
#wrap .sidebar-holder #sidebar .side-box.yousave-box .body .item i {
  color: #017f9f;
  font-size: 18px;
  float: left;
  padding-right: 7px;
}
#wrap .sidebar-holder #sidebar .side-box.yousave-box .body .item:first-child {
  margin-top: 0;
}
#wrap .sidebar-holder #sidebar .side-box.yousave-box .body .item div:last-child {
  color: #ff6500;
  font-weight: 700;
  text-align: right;
}
#wrap .sidebar-holder #sidebar .side-box.yousave-box .body hr {
  border-color: #bbbbbb;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box {
  border: none;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: center;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body img {
  display: block;
  margin: 0 auto;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body img.icon-trust-guard,
#wrap .sidebar-holder #sidebar .side-box.payments-box .body img.icon-mbg,
#wrap .sidebar-holder #sidebar .side-box.payments-box .body img.icon-bbb {
  margin-bottom: 20px;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body span {
  font-size: 13px;
  display: inline-block;
  padding: 0 20px;
  line-height: 16px;
  margin-bottom: 20px;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body ul {
  margin-bottom: 15px;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body ul li {
  display: inline-block;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body .cards {
  text-align: center;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body .cards li {
  display: inline-block;
}
#wrap .sidebar-holder #sidebar .side-box.payments-box .body .cards li i {
  color: #9aa2af;
  font-size: 28px;
}
#wrap .sidebar-holder #sidebar .side-box.email-box {
  border-color: #4eb7d1;
  border-width: 3px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #017f9f;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .top {
  font-size: 16px;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .bottom {
  font-size: 13px;
  text-align: center;
  font-variant: 200;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .bottom a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .bottom a:hover {
  text-decoration: none;
  color: #d3f6ff;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .bottom a i {
  font-size: 28px;
  vertical-align: -6px;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .bottom span {
  font-size: 11px;
  opacity: 0.8;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .input-group {
  border: 1px solid #01576c;
  border-radius: 4px;
  margin: 15px 0;
}
#wrap .sidebar-holder #sidebar .side-box.email-box .input-group input {
  border: none;
  height: 33px;
  z-index: 1;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box {
  border: none;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body {
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  padding: 15px;
  padding-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .head {
  text-align: center;
  margin-top: -10px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .head span {
  display: inline-block;
  background-color: #fbfbfb;
  padding: 0 10px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .btn-online-call:hover {
  text-decoration: none;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .btn-online-call:hover span {
  border-bottom: 1px solid #01a7d2;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .btn-online-call span {
  border-bottom: 1px solid #017f9f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .btn-online-call i {
  padding-right: 5px;
  font-size: 14px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body hr {
  margin-bottom: 15px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item {
  margin-top: 14px;
  text-transform: uppercase;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item strong {
  color: #7f7f7f;
  display: block;
  font-size: 12px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item a {
  font-size: 16px;
  color: #2a2a2a;
  border-bottom: 1px solid #017f9f;
  font-weight: 700;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item a:hover {
  text-decoration: none;
  border-color: #01a7d2;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box {
  padding: 30px 0 10px;
  border: none;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box .head {
  font-weight: 400;
  text-align: left;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box ul {
  list-style: none;
  padding-left: 0;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box ul li {
  margin-bottom: 5px;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box ul li a {
  font-size: 13px;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box ul li span {
  font-size: 13px;
}
#wrap .sidebar-holder #sidebar .side-box.blog-box ul li i {
  font-size: 14px;
}
#wrap .sidebar-holder #sidebar .bolg-banner {
  padding: 30px 0;
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
#wrap .sidebar-holder #sidebar .bolg-banner .text {
  text-align: center;
  line-height: 28px;
  padding: 0 30px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
#wrap .sidebar-holder #sidebar .bolg-banner .btn-holder {
  text-align: center;
}
#wrap .hiw-box {
  text-align: center;
}
#wrap .hiw-box .item {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 110px;
  margin-bottom: 10px;
}
#wrap .hiw-box .item.step-1 {
  background-image: url(../img/hiw-step-1.png);
}
#wrap .hiw-box .item.step-2 {
  background-image: url(../img/hiw-step-2.png);
}
#wrap .hiw-box .item.step-3 {
  background-image: url(../img/hiw-step-3.png);
}
#wrap .hiw-box .item.step-4 {
  background-image: url(../img/hiw-step-4.png);
}
#wrap .testimonials-box .item {
  display: table;
  width: 100%;
}
#wrap .testimonials-box .item .left {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
#wrap .testimonials-box .item .left img {
  display: block;
  margin-bottom: 10px;
}
#wrap .testimonials-box .item .left span {
  color: #272727;
}
#wrap .testimonials-box .item .left strong {
  color: #017f9f;
}
#wrap .testimonials-box .item .right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}
#wrap .testimonials-box .item .right .stars {
  padding-top: 10px;
}
#wrap .testimonials-box .item .right .rating {
  color: #017f9f;
}
#wrap .prices-box .price-table {
  margin-left: 28px;
  display: table;
  max-width: 620px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
#wrap .prices-box .price-table .block {
  display: table-cell;
  vertical-align: top;
}
#wrap .prices-box .price-table .block .inside {
  display: table;
  width: 100%;
  text-align: center;
}
#wrap .prices-box .price-table .block .inside .item {
  display: table-cell;
  vertical-align: middle;
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#wrap .prices-box .price-table .block .inside .item .head {
  text-transform: uppercase;
  background: #6f6f6f;
  color: #ffffff;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  padding: 26px 0;
}
#wrap .prices-box .price-table .block .inside .item:first-child .fa-holder {
  border-radius: 4px 0 0 4px;
}
#wrap .prices-box .price-table .block .inside .item:first-child .head {
  border-radius: 4px 0 0 0;
}
#wrap .prices-box .price-table .block .inside .item:last-child .fa-holder {
  border-radius: 0 4px 4px 0;
}
#wrap .prices-box .price-table .block .inside .item:last-child .head {
  border-radius: 0 4px 0 0;
}
#wrap .prices-box .price-table .block .inside .item .price-holder {
  background-color: #cedde0;
  padding: 4px 0;
}
#wrap .prices-box .price-table .block .inside .item .price-holder small {
  display: block;
  font-size: 12px;
  text-align: center;
}
#wrap .prices-box .price-table .block .inside .item .price-holder strong {
  font-size: 34px;
}
#wrap .prices-box .price-table .block .inside .item .price-holder strong span {
  font-size: 20px;
  vertical-align: 10px;
}
#wrap .prices-box .price-table .block .inside .item .fa-holder {
  background: #f2f2f2;
  border-radius: 0 0 4px 4px;
  padding: 0 15px 15px 15px;
}
#wrap .prices-box .price-table .block .inside .item .fa-holder i {
  font-size: 28px;
  padding: 10px 0;
  display: block;
  border-top: 1px solid #dadada;
}
#wrap .prices-box .price-table .block .inside .item .fa-holder i:first-child {
  border: none;
}
#wrap .prices-box .price-table .block .inside .item .fa-holder i.fa-check {
  color: #88b300;
}
#wrap .prices-box .price-table .block .inside .item .fa-holder i.fa-times {
  color: #7c7c7c;
}
#wrap .prices-box .price-table .block .inside .item .fa-holder .btn {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
}
#wrap .prices-box .price-table .block .inside .item.premium {
  padding-top: 0;
  padding-bottom: 0;
}
#wrap .prices-box .price-table .block .inside .item.premium .head {
  background-color: #017f9f;
  padding: 31px 0;
}
#wrap .prices-box .price-table .block .inside .item.premium .price-holder {
  background-color: #AFCBCF;
}
#wrap .prices-box .price-table .block .inside .item.premium .fa-holder {
  background-color: #E4E4E4;
}
#wrap .prices-box .price-table .block .inside .item.premium .fa-holder i {
  border-color: #d1d1d1;
}
#wrap .prices-box .price-table .desc ul {
  list-style: none;
  font-size: 14px;
  text-align: right;
  padding-top: 162px;
  padding-right: 20px;
}
#wrap .prices-box .price-table .desc ul li {
  margin-top: 1px;
  line-height: 14px;
  height: 48px;
  display: table;
  width: 100%;
}
#wrap .prices-box .price-table .desc ul li span {
  display: table-cell;
  vertical-align: middle;
}
#wrap .prices-box .price-table .desc ul li:first-child {
  margin-top: 0;
}
#wrap .editors-box img,
#wrap .editors-box strong,
#wrap .editors-box span {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#wrap .editors-box h2 {
  padding-bottom: 10px;
}
#wrap .editors-box .read-more {
  margin-bottom: 20px;
}
#wrap .editors-box strong {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}
#wrap .editors-box span {
  font-size: 13px;
  font-weight: 700;
  color: #8F8F8F;
}
#wrap.home .sidebar-holder {
  margin-top: -27px;
}
#wrap .services-box .services-table .head {
  background-color: #017f9f;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  width: 100%;
  padding: 10px;
  height: 50px;
}
#wrap .services-box .services-table .head span {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}
#wrap .services-box .services-table .head span:first-child {
  width: 34%;
}
#wrap .services-box .services-table .head span a {
  color: #ffffff;
}
#wrap .services-box .services-table .head span a:hover {
  text-decoration: none;
  color: #cbe6ed;
}
#wrap .services-box .services-table .head span a.active {
  background-color: #cde5eb;
  border-radius: 4px;
  color: #017f9f;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
}
#wrap .services-box .services-table .head span a.active:hover {
  color: #3d99b0;
}
#wrap .services-box .services-table .head span a.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px 16px 0 16px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #017f9f;
  bottom: -23px;
  left: 50%;
  margin-left: -16px;
}
#wrap .services-box .services-table .body .item {
  display: none;
}
#wrap .services-box .services-table .body .item.active {
  display: block;
}
#wrap .services-box .services-table .body .item .item-inner {
  display: table;
  width: 100%;
  background: #d4e1e5;
  border-radius: 4px;
  padding-bottom: 20px;
  margin-top: 10px;
}
#wrap .services-box .services-table .body .item .item-inner .col {
  display: table-cell;
  vertical-align: top;
}
#wrap .services-box .services-table .body .item .item-inner .col h3 {
  font-weight: 700;
  font-size: 14px;
  background: #aecfd7;
  margin: 0;
  height: 50px;
  display: table;
  width: 100%;
  text-align: center;
}
#wrap .services-box .services-table .body .item .item-inner .col h3 span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
#wrap .services-box .services-table .body .item .item-inner .col ul {
  margin: 10px 0;
  padding: 0 20px;
  list-style: none;
}
#wrap .services-box .services-table .body .item .item-inner .col ul li {
  padding: 10px 0 0 0;
}
#wrap .services-box .services-table .body .item .item-inner .col ul li a {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
#wrap .services-box .services-table .body .item .item-inner .col ul li:first-child {
  margin-top: 0;
}
#wrap .services-box .services-table .body .item .item-inner .col:first-child h3 {
  border-radius: 4px 0 0 0;
}
#wrap .services-box .services-table .body .item .item-inner .col:last-child h3 {
  border-radius: 0 4px 0 0;
}
#wrap .about-box {
  font-size: 14px;
}
#footer {
  background: url(../img/footer-bg.jpg) no-repeat center top #ffffff;
  position: relative;
  box-shadow: 1px 0px 0 #adadad, -1px 0px 0 #adadad;
  margin-top: -80px;
}
#footer .social {
  position: absolute;
  width: 100%;
  left: 0;
  top: -55px;
  font-size: 18px;
  text-align: right;
  padding-right: 30px;
}
#footer .social i {
  font-size: 28px;
  vertical-align: -3px;
  padding-left: 5px;
}
#footer .social .fa-google-plus-square {
  color: #ec4012;
}
#footer .social .fa-facebook-square {
  color: #01539f;
}
#footer .social .fa-twitter-square {
  color: #2bb2d4;
}
#footer .social .fa-chevron-right {
  font-size: 18px;
  vertical-align: middle;
}
#footer .social a:hover {
  text-decoration: none;
}
#footer .inside {
  display: table;
  width: 100%;
  height: 145px;
}
#footer .inside .links {
  display: table-cell;
  vertical-align: middle;
  padding-left: 110px;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 80%;
  font-size: 13px;
}
#footer .inside .links li {
  display: inline-block;
  margin-left: 10px;
}
#footer .inside .links li:first-child {
  margin-left: 90px;
}
#footer .inside .links li a {
  color: #ffffff;
}
#footer .inside small {
  display: table-cell;
  color: #aaaaaa;
  vertical-align: middle;
  width: 20%;
  text-align: center;
}
#footer .inside small span {
  font-size: 10px;
}
#footer .inside small strong {
  font-size: 20px;
  display: block;
  font-weight: normal;
}
#footer .discount-banner {
  box-shadow: 0 0 32px rgba(0,0,0,0.5);
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  max-width: 730px;
  width: 100%;
  height: auto;
  text-align: center;
  left: 50%;
  margin-left: -360px;
  border-bottom: none;
  z-index: 9999;
}
#footer .discount-banner .ledy {
  position: absolute;
  right: 10px;
  bottom: -35px;
}
#footer .discount-banner .close-btn {
  position: absolute;
  background: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  top: 0;
  right: 0;
  margin-top: -15px;
  margin-right: -15px;
}
#footer .discount-banner .close-btn a {
  border-bottom: none;
}
#footer .discount-banner .close-btn i {
  font-size: 26px;
  color: #fff;
  padding: 6px;
}
#footer .discount-banner .top-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 40px;
  background: #652828;
  text-align: left;
  font-weight: bold;
}
#footer .discount-banner .top-text span {
  color: #fff;
}
#footer .discount-banner .body {
  padding: 10px 40px 0;
  text-align: left;
  font-weight: bold;
  background: #c84444;
  line-height: 1;
}
#footer .discount-banner .body .lead-text {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}
#footer .discount-banner .body .lead-text span {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: bold;
}
#footer .discount-banner .body .lead-text span strong {
  font-size: 28px;
}
#footer .discount-banner .body .bottom-text {
  font: 16px 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}
#footer .discount-banner .body .bottom-text span {
  background: #220909;
  color: #ffffff;
  padding: 5px 7px;
  text-transform: uppercase;
}
#footer .discount-banner > span {
  font-size: 14px;
  padding: 8px 0 5px 40px;
  background: #e68f9c;
  display: block;
  text-align: left;
}
#footer .chat-fixed {
  position: fixed;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  border-radius: 3px 3px 0 0;
  bottom: 0;
  right: 20px;
  max-width: 138px;
  width: 100%;
  height: 40px;
  padding: 10px;
  border-color: #4eb7d1;
  background-color: #017f9f;
}
#footer .chat-fixed .chat-link a {
  color: #ffffff;
}
#footer .chat-fixed .chat-link a i {
  padding-right: 5px;
}
#footer .chat-fixed .chat-link a:hover {
  text-decoration: none;
}
#footer .chat-fixed:hover {
  background: #009CC3;
  transition: .15s;
  -webkit-transition: .15s;
  -moz-transition: .15s;
  -o-transition: .15s;
}
.price-calc-holder {
  background: url(../img/prices-calc-bg.jpg) no-repeat left top #ffffff;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
}
.price-calc-holder .lead-text {
  color: #262626;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  padding-top: 45px;
  line-height: 36px;
  padding-left: 8%;
  padding-right: 8%;
}
.package-item {
  border-radius: 4px;
  margin: 40px 0 60px;
  padding: 30px;
  border: 1px solid #9c9c9c;
  box-shadow: 0 0 0 4px #f5f5f5 inset;
}
.package-item .head {
  font-size: 22px;
  margin-top: -62px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
}
.package-item .head span {
  background: #ffffff;
  display: inline-block;
  padding: 0 20px;
}
.package-item .head span i {
  font-size: 60px;
  vertical-align: -10px;
  margin-right: 6px;
  color: #929292;
}
.package-item .btn {
  margin: 15px auto 0;
  display: block;
  padding: 15px 40px;
  font-size: 14px;
}
.package-item .btn i {
  font-size: 18px;
}
.item-extras .head {
  display: table;
  width: 100%;
  height: 70px;
  background-color: #017f9f;
  border-radius: 4px 4px 0 0;
}
.item-extras .head span {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
.item-extras .body {
  background-color: #f2f2f2;
  border-radius: 0 0 4px 4px;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 18px;
}
.item-extras .body .extras-prices {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.item-extras .body .extras-prices li {
  padding: 3px 6px;
}
.item-extras .body .extras-prices li:first-child {
  background-color: #9a9a9a;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
}
.item-extras .body .extras-prices li hr {
  border-color: #cfcfcf;
  margin-top: 5px;
  margin-bottom: 5px;
}
.item-extras .body .extras-prices li strong {
  display: block;
  text-align: right;
  font-weight: 700;
}
.editor-list .item {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #c9c9c9;
}
.editor-list .item .table-holder {
  height: 182px;
}
.editor-list .item:nth-child(even) {
  text-align: right;
}
.editor-list .item:nth-child(odd) {
  text-align: left;
}
.editor-list .item img {
  border-radius: 4px;
}
.editor-list .item .name {
  font-size: 18px;
  font-weight: 700;
}
.editor-list .item .name span {
  color: #999999;
}
.editor-list .item .pro {
  font-size: 13px;
  font-weight: 700;
  color: #017f9f;
  margin-bottom: 12px;
}
.editor-list .item .rating {
  margin-top: 10px;
}
.editor-list .item .rating strong {
  display: inline-block;
  margin-right: 20px;
}
.editor-list .item .rating strong i {
  color: #017f9f;
}
.editor-list .item .rating span {
  font-size: 12px;
  color: #808080;
}
.editor-list .item:first-child {
  border: none;
  padding-top: 5px;
}
.form-wrap {
  font-family: 'Open Sans', sans-serif !important;
}
.form-wrap .order-tooltip ul {
  list-style-type: circle;
  text-align: left;
  padding-left: 15px;
  margin: 5px 0 10px;
}
.form-wrap a {
  color: #017f9f !important;
}
.form-wrap .button {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
.form-wrap .button.button-primary {
  border: none;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 18px 7px;
  line-height: 18px;
  background: -moz-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6500),color-stop(100%,#f56100));
  background: -webkit-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -o-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -ms-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: linear-gradient(to bottom,#ff6500 0%,#f56100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500',endColorstr='#f56100',GradientType=0);
}
.form-wrap .button.button-primary.btn-primary {
  background: -moz-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6500),color-stop(100%,#f56100));
  background: -webkit-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -o-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -ms-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: linear-gradient(to bottom,#ff6500 0%,#f56100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500',endColorstr='#f56100',GradientType=0);
}
.form-wrap .button.button-primary.btn-primary:hover {
  background: -moz-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6b0a),color-stop(100%,#ff6500));
  background: -webkit-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -o-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -ms-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: linear-gradient(to bottom,#ff6b0a 0%,#ff6500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0a',endColorstr='#ff6500',GradientType=0);
}
.form-wrap .button.button-primary.btn-default {
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.form-wrap .button.button-primary.btn-default:hover {
  background: -moz-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
}
.form-wrap .button.button-primary.btn-secondary {
  background: -moz-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0183a4),color-stop(100%,#017f9f));
  background: -webkit-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: -o-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: -ms-linear-gradient(top,#0183a4 0%,#017f9f 100%);
  background: linear-gradient(to bottom,#0183a4 0%,#017f9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0183a4',endColorstr='#017f9f',GradientType=0);
  color: #ffffff;
}
.form-wrap .button.button-primary.btn-secondary:hover {
  background: -moz-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#018bae),color-stop(100%,#0187a9));
  background: -webkit-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: -o-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: -ms-linear-gradient(top,#018bae 0%,#0187a9 100%);
  background: linear-gradient(to bottom,#018bae 0%,#0187a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018bae',endColorstr='#0187a9',GradientType=0);
}
.form-wrap .button.button-primary.active {
  background: -moz-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,#e8e8e8 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#f7f7f7',GradientType=0);
}
.form-wrap .button.button-primary.active:hover {
  background: -moz-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#e8e8e8 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,#e8e8e8 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#f7f7f7',GradientType=0);
}
.form-wrap .button.button-primary.btn-lg {
  font-size: 14px;
  padding: 15px 28px;
}
.form-wrap .button.button-primary:hover {
  background: -moz-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6b0a),color-stop(100%,#ff6500));
  background: -webkit-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -o-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: -ms-linear-gradient(top,#ff6b0a 0%,#ff6500 100%);
  background: linear-gradient(to bottom,#ff6b0a 0%,#ff6500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b0a',endColorstr='#ff6500',GradientType=0);
}
.form-wrap .button.button-default {
  border-color: #cccccc !important;
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8)) !important;
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0) !important;
}
.form-wrap .button.button-default:hover {
  background: -moz-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ececec)) !important;
  background: -webkit-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: -o-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: -ms-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: linear-gradient(to bottom,#ffffff 0%,#ececec 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0) !important;
}
.form-wrap .button-group .button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.form-wrap .button-group .button.button-default {
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8)) !important;
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%) !important;
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0) !important;
  color: #01576c !important;
}
.form-wrap .button-group .button.button-default:hover {
  background: -moz-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ececec)) !important;
  background: -webkit-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: -o-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: -ms-linear-gradient(top,#ffffff 0%,#ececec 100%) !important;
  background: linear-gradient(to bottom,#ffffff 0%,#ececec 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0) !important;
}
.form-wrap .button-group .button.button-default.disabled span {
  color: #bbbbbb !important;
}
.form-wrap .button-group.active .button.button-default {
  background: #cbe6ed !important;
  color: #0ca1c7 !important;
  border-color: #9EB9C0 !important;
}
.form-wrap .radio-group.deadline-group .hours-holder,
.form-wrap .radio-group.deadline-group .date-holder {
  background: none !important;
  color: #017f9f !important;
  border: 1px solid #A8D4DF !important;
  border-top: none !important;
  font-size: 11px !important;
  height: 9px;
  margin-top: 2px;
}
.form-wrap .radio-group.deadline-group .hours-holder span,
.form-wrap .radio-group.deadline-group .date-holder span {
  display: inline-block;
  background: white;
  padding: 0 10px;
}
.form-wrap .radio-group.deadline-group .hours-holder {
  color: #ff6500 !important;
  border-color: #FFBA8C !important;
}
.form-wrap .additional-features {
  margin-top: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.form-wrap .additional-features .checkboxes {
  min-height: 90px;
  text-align: center;
  background: #e8f3f6 !important;
  color: #017f9f !important;
  border-color: #BAE8F3 !important;
}
.form-wrap .additional-features .checkboxes .add-fe-price {
  display: block;
  margin: 5px 0;
}
.form-wrap .additional-features .checkboxes .desc {
  display: block;
}
.form-wrap .back-to-step {
  background-image: none !important;
}
.form-wrap .please-note {
  background-color: #F0F0F0;
  color: #5C5C5C;
  padding: 8px 15px;
  margin-bottom: 0px;
  border-radius: 4px;
  line-height: 18px;
  font-size: 12px;
}
.form-wrap .form-alert {
  border: none !important;
  background: #FDE2D0 !important;
  margin-bottom: 0px !important;
}
.modal-backdrop {
  background-color: #dddddd;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal .modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.modal .modal-content .modal-header h3 {
  font-size: 18px;
  margin: 4px 0 0;
  text-transform: uppercase;
}
.click-to-call-modal .modal-header {
  text-align: center;
}
.click-to-call-modal #status {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
.click-to-call-modal .text-block {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  margin-top: 18px;
}
.click-to-call-modal .modal-footer {
  text-align: center;
}
.click-to-call-modal .modal-footer a:hover {
  text-decoration: none;
}
.click-to-call-modal .modal-body {
  display: block;
}
.click-to-call-modal .modal-body .btn-success {
  margin: 0 auto;
  display: block;
}
.click-to-call-modal .modal-body #call-animation {
  display: inline-block;
}
.click-to-call-modal .modal-body #call-animation i {
  font-size: 28px;
  vertical-align: -8px;
}
.click-to-call-modal .modal-body #call-timer.badge {
  background: none;
  color: #777777;
}
.click-to-call-modal .modal-body .btn .called .btn-danger {
  display: inline-block;
}
.go-back-modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  margin: 0;
  width: auto;
  background: none;
}
.modal-open .go-back-modal.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal-backdrop .in {
  opacity: 0.9;
}
.go-back-modal .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10%;
  position: relative;
}
.go-back-modal .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.go-back-modal .modal-dialog .modal-inside {
  display: table-cell;
  vertical-align: middle;
}
.go-back-modal .modal-header {
  text-align: center;
  padding: 30px 50px;
  border-bottom: 1px solid #dae2e0;
}
.go-back-modal .modal-header .close {
  margin-top: 11px;
  opacity: 1;
}
.go-back-modal .modal-header i {
  font-size: 28px;
  color: #9a9a9a;
  line-height: 18px;
}
.go-back-modal .modal-header i:hover {
  color: #7a7a7a;
}
.go-back-modal .modal-header a {
  display: inline-block;
  border: none;
}
.go-back-modal .modal-body {
  font-family: Arial;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  max-height: inherit;
  padding: 15px;
  overflow-y: inherit;
  position: relative;
}
.go-back-modal .modal-body form {
  max-width: 600px;
  margin: 20px auto;
}
.go-back-modal .modal-body form .input-group .form-control {
  border-radius: 0 8px 8px 0;
}
.go-back-modal .modal-body form .input-group .input-group-addon {
  background-color: #ffffff;
  padding-left: 20px;
  border-right: none;
  border-width: 3px;
  border-color: #5f98a7;
  border-radius: 8px 0 0 8px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset;
}
.go-back-modal .modal-body form .input-group .input-group-addon i {
  font-size: 28px;
  color: #5f98a7;
  height: 28px;
}
.go-back-modal .modal-body form .form-control {
  font-size: 24px;
  color: #3d3d3d;
  border-left: none;
  border-width: 3px;
  border-color: #5f98a7;
  height: 56px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.3) inset;
  padding-left: 5px;
  transition: none;
  line-height: 26px;
}
.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
  color: #5f98a7;
}
.go-back-modal .modal-body form .form-control::-moz-placeholder {
  color: #5f98a7;
}
.go-back-modal .modal-body form .form-group {
  text-align: center;
}
.go-back-modal .lead-text {
  font-size: 38px;
  font-weight: bold;
  color: #017f9f;
  line-height: 62px;
  text-transform: uppercase;
}
.go-back-modal .secondary-text {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #363636;
  padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
  color: #017f9f;
  text-transform: uppercase;
}
.go-back-modal .modal-counter-holder {
  margin: 10px auto;
}
.go-back-modal .modal-counter-holder span {
  display: inline-block;
  font-size: 20px;
  vertical-align: 36px;
  padding-right: 10px;
}
.go-back-modal .modal-counter {
  width: 381px;
  display: inline-block;
}
.go-back-modal .modal-counter span {
  float: left;
  background-color: #d6dcdb;
  border-left: 3px solid #ffffff;
  position: relative;
  color: #262626;
  text-align: center;
  padding: 15px 3px 13px;
  width: 109px;
  font-size: 62px;
  line-height: 40px;
  height: 68px;
}
.go-back-modal .modal-counter span:before {
  top: 52px;
}
.go-back-modal .modal-counter span:first-child {
  border-radius: 4px 0 0 4px;
  border: none;
}
.go-back-modal .modal-counter span:last-child {
  border-radius: 0 4px 4px 0;
}
.go-back-modal .for-free {
  position: absolute;
  right: 250px;
  top: 5px;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin: 0 -10px 0 14px;
  color: #5f98a7;
  vertical-align: 1px;
}
.go-back-modal ._validation-error {
  color: #e03100;
  font-family: Arial;
  font-size: 20px;
  display: none;
  padding: 5px 0 20px 0;
}
.go-back-modal .btn {
  padding: 20px 48px;
  color: #ffffff;
  font-size: 16px;
  background: -moz-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6500),color-stop(100%,#f56100));
  background: -webkit-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -o-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: -ms-linear-gradient(top,#ff6500 0%,#f56100 100%);
  background: linear-gradient(to bottom,#ff6500 0%,#f56100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500',endColorstr='#f56100',GradientType=0);
}
.go-back-modal .btn:hover {
  background: -moz-linear-gradient(top,#ff741a 0%,#ff6e10 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff741a),color-stop(100%,#ff6e10));
  background: -webkit-linear-gradient(top,#ff741a 0%,#ff6e10 100%);
  background: -o-linear-gradient(top,#ff741a 0%,#ff6e10 100%);
  background: -ms-linear-gradient(top,#ff741a 0%,#ff6e10 100%);
  background: linear-gradient(to bottom,#ff741a 0%,#ff6e10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741a',endColorstr='#ff6e10',GradientType=0);
}
.go-back-modal .modal-counter span:after,
.go-back-modal .modal-counter span:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  right: -8px;
  top: 23px;
  z-index: 2;
}
.go-back-modal .modal-counter span:last-child:after,
.go-back-modal .modal-counter span:last-child:before {
  content: none;
}
.go-back-modal .modal-body form .input-group.focused .input-group-addon,
.go-back-modal .modal-body form .input-group.focused .form-control {
  border-color: #60847d;
}
.go-back-modal.go-back-modal-book .secondary-text {
  font-size: 32px;
}
.go-back-modal.go-back-modal-book .modal-body {
  padding-top: 50px;
}
.go-back-modal .form-error .input-group-addon,
.go-back-modal .form-error .form-control {
  border-color: #e03100 !important;
}
#goBackModalWithTimer.go-back-modal .lead-text {
  font-size: 33px;
  line-height: 45px;
}
#goBackModalWithTimer.go-back-modal .secondary-text {
  padding-bottom: 2px;
  font-size: 24px;
}
#goBackModalWithTimer.go-back-modal .modal-body form {
  margin: 0px auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
  padding: 0px 0 10px 0;
}
.client-lead-informer {
  display: none;
}
.client-lead-modal .alert-danger {
  margin-top: 15px;
  margin-bottom: 0;
}
.client-lead-modal h4 {
  text-align: center;
  margin-top: 10px;
}
.client-lead-modal .form-control {
  height: 35px;
  border-width: 2px;
  box-shadow: none;
}
.client-lead-modal [data-dismiss="modal"] {
  border: none;
  font-size: 14px;
}
.client-lead-modal [data-dismiss="modal"]:hover {
  text-decoration: none;
}
.client-lead-modal form {
  margin-bottom: 0;
}
.client-lead-modal .form-group .input-group .input-group-addon {
  border-width: 2px;
}
.client-lead-modal .modal-dialog button.btn {
  margin-right: auto;
  display: block;
  margin-left: auto;
  font-weight: bold;
  text-shadow: none;
  border: none;
}
.blog-list .post-item .tags span {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 1px;
}
.blog-list .post-item .tags span a[rel=tag] {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #e1e1e1;
  color: #5f5f5f;
  padding: 3px 5px 1px;
  line-height: 14px;
  position: relative;
}
.blog-list .post-item .tags span a[rel=tag]:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  margin-top: -3px;
  right: -4px;
}
.blog-list .post-item .tags span a[rel=tag]:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  border: 9px solid transparent;
  border-right-width: 0;
  border-left-color: #e1e1e1;
  right: -9px;
  top: 0;
}
.blog-list .post-item .tags span a[rel=tag]:hover {
  background: #017f9f;
  color: #ffffff;
}
.blog-list .post-item .tags span a[rel=tag]:hover:before {
  border-left-color: #017f9f;
}
.blog-list .post-item .blog-info .tag a {
  font-size: 12px;
}
.blog-list .popular-articles {
  margin-bottom: 50px;
}
.blog-list .popular-articles .head {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #017f9f;
  margin-bottom: 20px;
}
.blog-list .popular-articles a {
  padding: 15px;
  background: #e1e1e1;
  border-radius: 4px;
  font-size: 14px;
  color: #606060;
  font-weight: bold;
  text-decoration: none;
}
.blog-list .popular-articles a:hover {
  background: #f1f1f1;
}
.blog-list .popular-articles .table-cell {
  padding-left: 10px;
  width: 30%;
}
.blog-list .popular-articles div.table-cell {
  width: 5%;
}
.blog-list .popular-articles div.table-cell:last-child {
  width: 0;
  padding-left: 0;
}
.addtoany_list a {
  width: 24px;
  height: 24px;
  background: blue;
  margin: 0 0 0 9px;
}
.addtoany_list a.a2a_button_facebook {
  background: url("../img/blog-social-fb.png") 0 0 no-repeat;
}
.addtoany_list a.a2a_button_twitter {
  background: url("../img/blog-social-tw.png") 0 0 no-repeat;
}
.addtoany_list a.a2a_button_google_plus {
  background: url("../img/blog-social-g.png") 0 0 no-repeat;
}
ul#myTab_price li a {
  color: #000;
}
ul#myTab_price li.active a,
ul#myTab_price li a:hover,
ul#myTab_price li a:focus,
#myTabContent .table tr:hover td,
#myTabContent .table tr:focus td {
  color: #000;
}
.last-step-order-form-modal .heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
  text-shadow: none;
  border: none;
  border-radius: 3px;
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  background: #0480cb;
  font-family: arial;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: -1px;
}
.last-step-order-form-modal .modal-body {
  padding: 15px;
  background: url(../img/girl-modal.jpg) no-repeat right bottom;
}
.last-step-order-form-modal .modal-sidebar {
  float: left;
  width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background: #989594;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
  padding: 20px 10px;
  border-radius: 0 0 4px 4px;
  background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
  color: #707070;
  font-size: 12px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
  color: #3e3e3e;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.last-step-order-form-modal .modal-header {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border: none;
  color: #048fe2;
  margin-top: 25px;
}
.last-step-order-form-modal .modal-body .text-block {
  float: left;
  font-size: 14px;
  width: 418px;
  margin-top: 5px !important;
  padding: 0 0 0 10px !important;
  background: none;
  border: none;
}
.last-step-order-form-modal .text-block .text-inside {
  font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
  color: #528900;
  font-size: 28px;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
  text-decoration: underline;
  font-size: 13px;
  margin-top: 10px;
  float: left;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
  text-decoration: none;
}
.last-step-order-form-modal .text-block ul {
  width: 290px;
  padding: 0;
}
.last-step-order-form-modal .text-block ul li {
  margin-top: 10px;
  padding: 0;
  background: none;
  list-style: none;
}
.last-step-order-form-modal .text-block ul li i {
  font-size: 14px;
  color: #9c9c9c;
  padding-right: 4px;
}
@media (min-width: 1200px) {
  body .holder {
    width: 1170px;
  }
  #navbar-main .navbar-nav li a {
    background-color: #e8f6f9;
  }
  #navbar-main .navbar-nav li.dropdown:hover a {
    background-color: #cde5eb;
  }
  #navbar-main .navbar-nav li.dropdown:hover a + .dropdown-menu {
    display: block;
  }
  .client-lead-informer.mobile-view {
    display: none !important;
  }
  .client-lead-informer.desktop-view {
    top: 450px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    background: rgba(0,0,0,0.95);
    opacity: 0.94;
    color: #fff;
    z-index: 4;
  }
  .client-lead-informer.desktop-view .fa-phone {
    font-size: 40px;
    float: left;
    padding: 9px 11px 3px 14px;
    cursor: pointer;
  }
  .client-lead-informer.desktop-view div {
    width: 190px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px;
  }
  .client-lead-informer.desktop-view div span {
    display: inline-block;
  }
  .client-lead-informer.desktop-view div strong {
    border-radius: 4px;
    background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
    color: #01576c;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px;
  }
  .client-lead-informer.desktop-view::after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(0,0,0,0.95);
    border-width: 0px 12px 24px 0px;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  }
  .client-lead-informer.desktop-view.closed {
    width: auto;
  }
  .client-lead-informer.desktop-view .fa-minus,
  .client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: 0.8;
    cursor: pointer;
  }
  .client-lead-informer.desktop-view .fa-minus:hover,
  .client-lead-informer.desktop-view .fa-plus:hover {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
  }
  .item-extras .body {
    min-height: 534px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .calc .calc-row .btn-primary {
    padding: 10px;
    float: right;
  }
  body .holder {
    width: 738px;
  }
  #promo-hero {
    background: url(../img/hero-bg-2-tablet.png) no-repeat;
  }
  #promo-hero h1 {
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #promo-hero h2 {
    font-size: 14px;
  }
  #promo-hero .promo-order {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  #promo-hero .promo-order .transparent-btn {
    width: 140px;
    height: 40px;
    position: absolute;
    top: 237px;
    right: 125px;
  }
  #promo-hero .promo-order span {
    margin-top: 10px;
    font-size: 14px;
  }
  #promo-hero .promo-order .btn-promo-primery {
    margin-top: 10px;
    margin-right: 60px;
  }
  #promo-hero ul {
    padding-right: 0;
  }
  #header .navbar #navbar-main .navbar-nav {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  #header .navbar #navbar-main .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  #header .navbar #navbar-main .navbar-nav li a {
    background-color: #e8f6f9;
    font-size: 11px;
  }
  #header .navbar #navbar-main .navbar-nav li.dropdown:hover a {
    background-color: #cde5eb;
  }
  #header .navbar #navbar-main .navbar-nav li.dropdown:hover a + .dropdown-menu {
    display: block;
  }
  #header .navbar .top-nav li a:not(.btn) i {
    font-size: 28px;
    vertical-align: -5px;
  }
  #header .navbar .top-nav li a.btn {
    vertical-align: 1px;
  }
  #header .navbar .top-nav li span {
    display: none;
  }
  #header .navbar .navbar-brand {
    width: 90px;
    overflow: hidden;
  }
  #header .navbar .navbar-fixed-top.mod .navbar-brand {
    width: 60px;
  }
  #footer .inside .links li {
    margin: 10px;
  }
  #footer .inside .links li:first-child {
    margin-left: 0px;
  }
  #footer .inside small a strong {
    font-size: 18px;
  }
  #footer .social {
    padding-right: 15px;
  }
  #footer .social a i {
    padding-left: 0px;
  }
  #footer .discount-banner {
    max-width: 700px;
    margin-left: -350px;
  }
  #footer .discount-banner .top-text {
    font-size: 18px;
  }
  #footer .discount-banner .body .lead-text {
    font-size: 26px;
  }
  #footer .discount-banner .body .bottom-text {
    font: 16px 'Roboto', sans-serif;
  }
  #footer .discount-banner > span {
    font-size: 13px;
  }
  .client-lead-informer.mobile-view {
    display: none !important;
  }
  .client-lead-informer.desktop-view {
    top: 450px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    background: rgba(0,0,0,0.95);
    opacity: 0.94;
    color: #fff;
    z-index: 4;
  }
  .client-lead-informer.desktop-view .fa-phone {
    font-size: 40px;
    float: left;
    padding: 9px 11px 3px 14px;
    cursor: pointer;
  }
  .client-lead-informer.desktop-view div {
    width: 190px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px;
  }
  .client-lead-informer.desktop-view div span {
    display: inline-block;
  }
  .client-lead-informer.desktop-view div strong {
    border-radius: 4px;
    background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
    color: #01576c;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px;
  }
  .client-lead-informer.desktop-view::after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(0,0,0,0.95);
    border-width: 0px 12px 24px 0px;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  }
  .client-lead-informer.desktop-view.closed {
    width: auto;
  }
  .client-lead-informer.desktop-view .fa-minus,
  .client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: 0.8;
    cursor: pointer;
  }
  .client-lead-informer.desktop-view .fa-minus:hover,
  .client-lead-informer.desktop-view .fa-plus:hover {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
  }
  #hero > .row > .col-sm-6,
  #promo-hero > .row > .col-sm-6 {
    width: 40%;
  }
  #hero > .row > .col-sm-6:first-child,
  #promo-hero > .row > .col-sm-6:first-child {
    width: 60%;
  }
  #hero > .row > .col-sm-6 .calc,
  #promo-hero > .row > .col-sm-6 .calc {
    padding-right: 0;
    padding-top: 46px;
    background-position: -140px 10px;
  }
  #hero > .row > .col-sm-6 .calc .calc-form,
  #promo-hero > .row > .col-sm-6 .calc .calc-form {
    max-width: 320px;
  }
  #hero > .row > .col-sm-6 .calc .calc-form .calc-row,
  #promo-hero > .row > .col-sm-6 .calc .calc-form .calc-row {
    padding-bottom: 8px;
  }
  #hero > .row > .col-sm-6 .calc .calc-form .calc-row .head,
  #promo-hero > .row > .col-sm-6 .calc .calc-form .calc-row .head {
    padding-bottom: 0px;
    font-size: 24px;
  }
  #hero > .row > .col-sm-6 .calc .calc-form .calc-row:not(:first-child):not(:last-child) .col-sm-3,
  #hero > .row > .col-sm-6 .calc .calc-form .calc-row:not(:first-child):not(:last-child) .col-sm-9,
  #promo-hero > .row > .col-sm-6 .calc .calc-form .calc-row:not(:first-child):not(:last-child) .col-sm-3,
  #promo-hero > .row > .col-sm-6 .calc .calc-form .calc-row:not(:first-child):not(:last-child) .col-sm-9 {
    width: 100%;
  }
  #hero > .row > .col-sm-6 .calc .calc-form .calc-row:not(:first-child):not(:last-child) .col-sm-3 .sign,
  #promo-hero > .row > .col-sm-6 .calc .calc-form .calc-row:not(:first-child):not(:last-child) .col-sm-3 .sign {
    text-align: left;
    padding-bottom: 5px;
  }
  #hero .counter,
  #promo-hero .counter {
    width: 100%;
    display: table;
    margin-left: 0;
    padding: 5px 0 0;
    margin-bottom: 8px;
  }
  #hero .counter span,
  #promo-hero .counter span {
    display: table-cell;
    width: 33%;
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
  #hero .counter span:last-child,
  #promo-hero .counter span:last-child {
    width: 34%;
  }
  #hero .main-text,
  #promo-hero .main-text {
    padding: 0;
  }
  #hero .main-text ul,
  #promo-hero .main-text ul {
    padding-top: 20px;
    padding-left: 0px;
  }
  #hero .main-text ul li,
  #promo-hero .main-text ul li {
    padding-bottom: 10px;
  }
  #hero .main-text ul li:first-child,
  #promo-hero .main-text ul li:first-child {
    margin-top: 10px;
  }
  #hero .main-text ul li i,
  #promo-hero .main-text ul li i {
    float: left;
    padding-right: 8px;
  }
  #wrap .hiw-box .item {
    padding-top: 80px;
  }
  #wrap .hiw-box .item.step-1 {
    background-size: 82%;
  }
  #wrap .hiw-box .item.step-2 {
    background-size: 100%;
  }
  #wrap .hiw-box .item.step-3 {
    background-size: 82%;
  }
  #wrap .hiw-box .item.step-4 {
    background-size: 88%;
  }
  #wrap .prices-box .price-table {
    margin-left: 0;
  }
  #wrap .prices-box .price-table .block.desc {
    max-width: 120px;
  }
  #wrap .prices-box .price-table .block.desc ul {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 0;
  }
  #wrap .prices-box .price-table .block .inside .item .btn {
    white-space: normal;
  }
  #wrap .services-box .services-table .body .item .item-inner .col {
    max-width: 98px;
  }
  #wrap .services-box .services-table .body .item .item-inner .col h3 {
    font-size: 13px;
  }
  #wrap .services-box .services-table .body .item .item-inner .col ul {
    padding: 0 8px;
  }
  #wrap .services-box .services-table .body .item .item-inner .col ul li a {
    font-size: 11px;
  }
  #wrap .services-box .services-table .body .item#service-item-1,
  #wrap .services-box .services-table .body .item#service-item-3 {
    text-align: center;
  }
  #wrap .main-content-wrap {
    background-position: 124% 0;
  }
  #wrap .sidebar-holder #sidebar .side-box .head {
    font-size: 18px;
  }
  #wrap .sidebar-holder #sidebar .side-box.adv-box ul li:last-child i {
    height: 33px;
  }
  #wrap .sidebar-holder #sidebar .side-box.yousave-box .body .item i {
    height: 49px;
  }
  #wrap .sidebar-holder #sidebar .side-box.email-box .bottom a {
    display: block;
  }
  #wrap .sidebar-holder #sidebar .side-box.email-box .bottom span {
    display: block;
  }
  .main-content .sub-list .row span {
    padding: 0;
  }
  .main-content .hiw-list {
    padding-top: 20px;
  }
  .main-content .hiw-list > .table-holder {
    display: block;
    border-bottom: 2px solid #b3b3b3;
    padding-top: 20px;
  }
  .main-content .hiw-list > .table-holder > .table-cell {
    display: block;
    border: none;
    width: 100%;
    padding-bottom: 50px;
  }
  .main-content .hiw-list > .table-holder > .table-cell .item {
    padding-left: 0;
  }
  .main-content .hiw-list > .table-holder > .table-cell:first-child {
    width: 100%;
    padding-bottom: 20px;
  }
  .main-content .hiw-list > .table-holder > .table-cell .number {
    left: 0;
    top: 20px;
  }
  .main-content .hiw-list .table-holder.tab-br-none {
    border: none;
  }
  .main-content .hiw-list .table-holder.tab-br-top {
    border-top: 2px solid #b3b3b3;
  }
  .main-content .verification-page.hiw-list > .table-holder {
    display: block;
    border-bottom: 2px solid #b3b3b3;
    padding-top: 20px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell {
    display: block;
    border: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell .img {
    padding-bottom: 0px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell .number {
    left: 0;
    top: 20px;
  }
  .main-content .verification-page.hiw-list > .table-holder:first-child {
    border-top: 2px solid #b3b3b3;
  }
  .main-content .verification-page.hiw-list > .table-holder:last-child .text-center {
    padding-top: 10px;
  }
  .main-content .verification-page.hiw-list > .table-holder:last-child .number {
    margin-top: -70px;
  }
  .main-content .service-box .row a {
    padding: 10px 10px;
  }
  .main-content .service-box .row a i {
    display: none;
  }
  .main-content .tod-box .row a {
    padding: 15px 15px;
  }
  .main-content .tod-box .row a i {
    display: none;
  }
  .main-content .price-calc-holder .lead-text {
    font-size: 20px;
    padding-top: 22px;
    line-height: 26px;
  }
  .main-content .price-calc-holder .calc.price-calc {
    margin: 20px 15px;
  }
  .main-content .price-calc-holder .calc.price-calc .calc-form .calc-row {
    padding-bottom: 10px;
  }
  .main-content .price-calc-holder .calc.price-calc .calc-form .calc-row .head {
    font-size: 24px;
    text-align: center;
  }
  .main-content .price-calc-holder .calc.price-calc .calc-form .calc-row .sign {
    text-align: left;
    line-height: 18px;
  }
  .main-content .price-calc-holder .calc.price-calc .calc-form .calc-row #deadline-btn-group .btn-group .btn {
    font-size: 11px;
  }
  .main-content .price-calc-holder .calc.price-calc .calc-form .calc-row .price-value {
    margin: 10px auto 15px;
    font-size: 36px;
    line-height: 26px;
  }
  .main-content .price-calc-holder .calc.price-calc .calc-form .calc-row .price-value span {
    font-size: 20px;
    vertical-align: 13px;
  }
  .main-content .price-calc-holder .calc-collapse {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 9px;
  }
  body .holder {
    width: 100%;
  }
  .client-lead-modal img {
    display: none;
  }
  .client-lead-modal h4 {
    margin: 0;
  }
  .client-lead-modal .modal-body {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .client-lead-informer.desktop-view {
    display: none !important;
  }
  .client-lead-informer.mobile-view {
    font-size: 18px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .client-lead-informer.mobile-view .client-lead-inside {
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0,0,0,0.95);
    opacity: 0.94;
    color: #fff;
    margin: 20px;
  }
  .client-lead-informer.mobile-view .client-lead-holder {
    display: table;
    width: 100%;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
    display: table-cell;
    vertical-align: top;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
    text-align: right;
  }
  .client-lead-informer.mobile-view i {
    font-size: 48px;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child,
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
    width: 60px;
  }
  #header .navbar #navbar-main {
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  }
  #header .navbar #navbar-main.in {
    z-index: 3;
    margin-top: 47px;
    height: 400px !important;
  }
  #header .navbar #navbar-main.collapsing {
    position: fixed;
    width: 100%;
    z-index: 3;
    margin-top: 47px;
    height: 400px !important;
  }
  #header .navbar #navbar-main .navbar-nav {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  #header .navbar #navbar-main .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  #header .navbar #navbar-main .navbar-nav li a {
    background-color: #e8f6f9;
    font-size: 11px;
  }
  #header .navbar #navbar-main .navbar-nav li a.phone {
    font-size: 14px;
  }
  #header .navbar #navbar-main .navbar-nav li.dropdown:hover a {
    background-color: #cde5eb;
  }
  #header .navbar .top-nav li a:not(.btn) i {
    font-size: 28px;
    vertical-align: -5px;
  }
  #header .navbar .top-nav li a.btn {
    vertical-align: 1px;
  }
  #header .navbar .top-nav li a.btn-primary {
    vertical-align: -4px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .navbar .top-nav li a.btn-primary .fa-plus {
    font-size: 24px;
  }
  #header .navbar .top-nav li a.btn-primary i {
    padding-right: 0;
  }
  #header .navbar .top-nav li span {
    display: none;
  }
  #header .navbar .top-nav .navbar-toggle {
    margin-top: 10px;
    margin-right: -5px;
    border: none;
  }
  #header .navbar .top-nav .navbar-toggle .icon-bar {
    height: 3px;
  }
  #header .navbar .navbar-brand {
    width: 60px;
    overflow: hidden;
  }
  #header .navbar .navbar-brand img {
    width: 174px;
  }
  #header .navbar .navbar-fixed-top {
    line-height: 56px;
  }
  #header .navbar .navbar-fixed-top.mod {
    line-height: 56px;
  }
  #header .navbar .navbar-fixed-top.mod img {
    margin-top: -3px;
  }
  #header .navbar .navbar-fixed-top .navbar-header {
    float: left;
  }
  #promo-hero {
    background: #adadad;
    margin-bottom: 0px;
  }
  #hero .calc,
  #promo-hero .calc {
    padding: 15px 0 0;
    background: none;
    width: 100%;
    margin: 0;
  }
  #hero .calc .calc-form .head,
  #promo-hero .calc .calc-form .head {
    color: #111111;
    text-align: center;
  }
  #hero .calc .calc-form .sign,
  #promo-hero .calc .calc-form .sign {
    padding-bottom: 8px;
    text-align: left;
  }
  #hero .calc .calc-form .calc-row-price .col-sm-3,
  #promo-hero .calc .calc-form .calc-row-price .col-sm-3 {
    float: left;
  }
  #hero .calc .calc-form .calc-row-price .col-sm-3 .price-value,
  #promo-hero .calc .calc-form .calc-row-price .col-sm-3 .price-value {
    font-size: 26px;
    line-height: 38px;
    padding-right: 10px;
  }
  #hero .calc .calc-form .calc-row-price .col-sm-3 .price-value span,
  #promo-hero .calc .calc-form .calc-row-price .col-sm-3 .price-value span {
    vertical-align: 8px;
  }
  #hero .calc .calc-form .calc-row-price .btn-primary,
  #promo-hero .calc .calc-form .calc-row-price .btn-primary {
    padding: 10px;
  }
  #hero .counter,
  #promo-hero .counter {
    margin: 0;
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  #hero .counter span,
  #promo-hero .counter span {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  #hero .main-text,
  #promo-hero .main-text {
    margin: 30px 0;
    padding: 0;
  }
  #hero .main-text h1,
  #promo-hero .main-text h1 {
    padding: 0;
    text-align: center;
  }
  #hero .main-text ul,
  #promo-hero .main-text ul {
    color: #7A7A7A;
    padding-left: 15px;
    padding-right: 15px;
  }
  #hero .main-text ul li,
  #promo-hero .main-text ul li {
    margin-bottom: 20px;
  }
  #hero .main-text ul li i,
  #promo-hero .main-text ul li i {
    float: left;
    padding-right: 10px;
  }
  #promo-hero {
    background-position: 70% 60px;
    background-size: cover;
  }
  #promo-hero h1 {
    line-height: 16px;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
  #promo-hero h2 {
    font-size: 14px;
    text-align: center;
  }
  #promo-hero .promo-order {
    text-align: center;
    margin-top: 10px;
    padding: 0;
  }
  #promo-hero .promo-order span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #promo-hero .promo-order .btn-promo-primery {
    width: 100%;
  }
  #promo-hero ul {
    padding-right: 0;
    padding-left: 0px;
    margin-top: 20px;
    clear: both;
    margin-bottom: 50px;
  }
  #wrap .box {
    padding-bottom: 40px;
  }
  #wrap .box h2:before,
  #wrap .box h2:after {
    content: none;
    background: none;
  }
  #wrap .hiw-box .item {
    margin-bottom: 30px;
  }
  #wrap .testimonials-box .item {
    margin-top: 30px;
  }
  #wrap .testimonials-box .row .col-sm-6:first-child .item {
    margin-top: 0;
  }
  #wrap .discount-list .discount-box {
    margin-bottom: 0;
  }
  #wrap .discount-list .fb {
    padding: 20px 10% 0;
  }
  #wrap .prices-box .price-table {
    display: block;
    margin-left: 0;
  }
  #wrap .prices-box .price-table .block {
    display: block;
  }
  #wrap .prices-box .price-table .block.desc {
    display: none;
  }
  #wrap .prices-box .price-table .block .inside {
    display: block;
  }
  #wrap .prices-box .price-table .block .inside .item {
    display: block;
    max-width: inherit;
  }
  #wrap .prices-box .price-table .block .inside .item:first-child .head {
    border-radius: 4px 4px 0 0;
  }
  #wrap .prices-box .price-table .block .inside .item:last-child .head {
    border-radius: 4px 4px 0 0;
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span {
    display: block;
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span i {
    display: inline-block;
    padding-right: 10px;
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span.sign1:after {
    content: 'Grammar';
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span.sign2:after {
    content: 'Punctuation';
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span.sign3:after {
    content: 'Spelling';
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span.sign4:after {
    content: 'Review and counstructive critique';
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span.sign5:after {
    content: 'Style Editing';
  }
  #wrap .prices-box .price-table .block .inside .item .fa-holder span.sign6:after {
    content: 'Additional Research';
  }
  #wrap .editors-box .item {
    margin-top: 20px;
  }
  #wrap .services-box .services-table .head span a {
    line-height: 14px;
    display: block;
    padding: 5px 8px;
  }
  #wrap .services-box .services-table .head span a.active {
    text-decoration: none;
  }
  #wrap .services-box .services-table .body .item#service-item-1 ul li:first-child,
  #wrap .services-box .services-table .body .item#service-item-3 ul li:first-child {
    padding-top: 20px;
  }
  #wrap .services-box .services-table .body .item .item-inner {
    display: block;
  }
  #wrap .services-box .services-table .body .item .item-inner .col {
    display: block;
  }
  #wrap .services-box .services-table .body .item .item-inner .col:first-child h3 {
    border-radius: 4px 4px 0 0;
  }
  #wrap .services-box .services-table .body .item .item-inner .col:last-child h3 {
    border-radius: 0;
  }
  #wrap .services-box .cta-button-holder {
    padding-bottom: 0;
  }
  #wrap .main-content-wrap {
    background: none;
  }
  #wrap .sidebar-holder {
    background: #fbfbfb;
  }
  .price-calc-holder .lead-text {
    font-size: 20px;
    padding-top: 22px;
    line-height: 26px;
  }
  .price-calc-holder .calc.price-calc {
    margin: 20px 15px;
  }
  .price-calc-holder .calc.price-calc .calc-form .calc-row {
    padding-bottom: 8px;
  }
  .price-calc-holder .calc.price-calc .calc-form .calc-row .head {
    font-size: 24px;
    text-align: center;
  }
  .price-calc-holder .calc.price-calc .calc-form .calc-row .sign {
    margin-bottom: 5px;
    text-align: left;
  }
  .price-calc-holder .calc.price-calc .calc-form .calc-row #deadline-btn-group .btn-group .btn {
    font-size: 11px;
  }
  .price-calc-holder .calc.price-calc .calc-form .calc-row .price-value {
    margin: 10px auto 15px;
    font-size: 36px;
    line-height: 26px;
  }
  .price-calc-holder .calc.price-calc .calc-form .calc-row .price-value span {
    font-size: 20px;
    vertical-align: 13px;
  }
  #footer .inside {
    height: auto;
  }
  #footer .inside .links {
    margin-top: 10px;
    font-size: 11px;
    line-height: 12px;
    display: block;
    width: 100%;
  }
  #footer .inside .links li {
    margin-top: 10px;
  }
  #footer .inside .links li:first-child {
    margin-left: 0;
  }
  #footer .inside small {
    display: block;
    width: 100%;
  }
  #footer .discount-banner {
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
  #footer .discount-banner .top-text {
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
  }
  #footer .discount-banner .body {
    padding: 10px 0px;
    text-align: center;
  }
  #footer .discount-banner .body .lead-text {
    font-size: 24px;
    margin-bottom: 0px;
  }
  #footer .discount-banner .body .lead-text span {
    font-size: 30px;
  }
  #footer .discount-banner .body .lead-text span strong {
    font-size: 22px;
  }
  #footer .discount-banner .body .bottom-text {
    font: 16px 'Roboto', sans-serif;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  #footer .discount-banner .body .bottom-text span {
    padding: 0px 0px;
  }
  #footer .discount-banner > span {
    font-size: 12px;
    padding: 0px 0 0px;
    text-align: center;
  }
  #footer .discount-banner .ledy {
    display: none;
  }
  .main-content {
    padding-bottom: 0;
  }
  .main-content .tod-box .row {
    padding-bottom: 0;
  }
  .main-content .tod-box .row a {
    margin-bottom: 15px;
  }
  .main-content .sub-list .row {
    padding-bottom: 0;
  }
  .main-content .sub-list .row span {
    margin-bottom: 4px;
  }
  .main-content .faq-list .row .col-sm-6:last-child {
    margin-top: 50px;
  }
  .main-content .hiw-list {
    padding-top: 20px;
  }
  .main-content .hiw-list > .table-holder {
    display: block;
    border-bottom: 2px solid #b3b3b3;
    padding-top: 29px;
  }
  .main-content .hiw-list > .table-holder > .table-cell {
    display: block;
    border: none;
    width: 100%;
    padding-bottom: 50px;
  }
  .main-content .hiw-list > .table-holder > .table-cell .item {
    padding-left: 0;
  }
  .main-content .hiw-list > .table-holder > .table-cell:first-child {
    width: 100%;
    padding-bottom: 20px;
  }
  .main-content .hiw-list > .table-holder > .table-cell .number {
    left: 0;
    top: 10px;
  }
  .main-content .hiw-list .table-holder.tab-br-none {
    border: none;
  }
  .main-content .hiw-list .table-holder.tab-br-top {
    border-top: 2px solid #b3b3b3;
  }
  .main-content .editor-list .item img {
    display: inline-block;
    padding: 10px 0;
  }
  .main-content .samples .sample-editing {
    margin-bottom: 30px;
  }
  .main-content .why-us-list .body {
    margin-bottom: 50px;
  }
  .main-content .testim-list .item {
    margin-bottom: 0;
  }
  .main-content .testim-list .item .rating {
    margin-bottom: 30px;
  }
  .main-content .contacts-list .cta-style-4 .btn-secondary {
    display: block;
    margin: 20px 0 0;
    width: 100%;
  }
  .main-content .blog-list .post-item .blog-info .date,
  .main-content .blog-list .post-item .blog-info .tag,
  .main-content .blog-list .post-item .blog-info .tags,
  .main-content .blog-list .post-item .blog-info .social {
    text-align: left;
  }
  .main-content .blog-list .post-item .blog-info .tag {
    border-bottom: none;
    padding: 15px 0 0;
  }
  .main-content .blog-list .popular-articles {
    margin-bottom: 0;
  }
  .main-content .blog-list .popular-articles .table-holder {
    display: block;
  }
  .main-content .blog-list .popular-articles .table-holder .table-cell {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .main-content .verification-page.hiw-list > .table-holder {
    display: block;
    border-bottom: 2px solid #b3b3b3;
    padding-top: 33px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell {
    display: block;
    border: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell .img {
    padding-bottom: 0px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell p {
    padding-left: 0px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell span {
    padding-left: 0px;
  }
  .main-content .verification-page.hiw-list > .table-holder > .table-cell .number {
    left: 0;
    top: 5px;
  }
  .main-content .verification-page.hiw-list > .table-holder:first-child {
    border-top: 2px solid #b3b3b3;
  }
  .main-content .verification-page.hiw-list > .table-holder:last-child .text-center {
    padding-top: 10px;
  }
  .main-content .verification-page.hiw-list > .table-holder:last-child .number {
    margin-top: -70px;
  }
  .medals-block .medal {
    margin-top: 30px;
  }
  .medals-block .medal:first-child {
    margin-top: 0;
  }
  .fb {
    overflow: hidden;
  }
  .form-wrap .order-form-holder .order-tab-content .row-form .input-pre .form-element.input-pre-left {
    padding: 6px 3px;
  }
  .form-wrap .order-alert-info {
    margin-top: 10px;
  }
  .form-wrap .additional-features .checkboxes {
    text-align: left;
  }
  .radio-group.deadline-group .hours-holder,
  .radio-group.deadline-group .date-holder {
    margin-bottom: 12px;
  }
  .go-back-modal .modal-counter {
    width: 100%;
  }
  .go-back-modal .modal-counter span {
    width: 33%;
    font-size: 53px;
  }
  .go-back-modal .modal-header a img {
    width: 100%;
  }
  .go-back-modal .modal-header .close {
    margin-right: -28px;
  }
  .go-back-modal .modal-body form .form-group .btn {
    padding: 10px 50px;
    font-size: 20px;
    line-height: 30px;
  }
  #myTab_price li {
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
  }
  #myTab_price li a {
    border: none;
    margin: 0;
  }
  #myTab_price li.active,
  #myTab_price li.active a {
    background: #ddd;
  }
  .table {
    font-size: 11px;
  }
  #myTabContent {
    overflow-x: auto;
  }
}
.testim-list .item {
  margin-bottom: 25px;
  padding-top: 25px;
}
.testim-list .item img {
  margin: 0 auto 10px;
}
.testim-list .item .name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.testim-list .item .name span {
  color: #017f9f;
}
.testim-list .item .pro {
  font-size: 13px;
  font-weight: 700;
  color: #017f9f;
  margin-bottom: 12px;
}
.testim-list .item .body {
  line-height: 17px;
}
.testim-list .item .rating {
  margin-top: 10px;
}
.testim-list .item .rating strong {
  display: inline-block;
  margin-right: 20px;
}
.testim-list .item .rating strong i {
  color: #017f9f;
}
.testim-list .item .rating span {
  font-size: 13px;
  color: #808080;
}
.testim-list .item:first-child {
  border: none;
  padding-top: 5px;
}
.why-us-list .item {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 25px;
}
.why-us-list .item i {
  font-size: 70px;
  color: #017f9f;
}
.why-us-list .item .name {
  font-size: 16px;
  font-weight: 700;
  margin: 30px auto 17px;
}
.why-us-list .item .body {
  line-height: 18px;
}
.why-us-list .item:last-child {
  margin-bottom: 60px;
}
.faq-list,
.hiw-list {
  padding-bottom: 90px;
}
.faq-list .top-text,
.hiw-list .top-text {
  height: 47px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 2px solid #b8b8b8;
  padding-left: 11px;
  margin-bottom: 12px;
}
.faq-list .item,
.hiw-list .item {
  margin-bottom: 9px;
}
.faq-list .item .head,
.hiw-list .item .head {
  background-color: #f0f0f0;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  cursor: pointer;
  padding: 14px 14px 14px 16px;
}
.faq-list .item .head .table-holder,
.hiw-list .item .head .table-holder {
  display: table;
  width: 100%;
}
.faq-list .item .head .table-holder .table-cell,
.hiw-list .item .head .table-holder .table-cell {
  display: table-cell;
  vertical-align: top;
}
.faq-list .item .head .table-holder .table-cell span,
.hiw-list .item .head .table-holder .table-cell span {
  font-weight: 600;
}
.faq-list .item .head .table-holder .table-cell i,
.hiw-list .item .head .table-holder .table-cell i {
  color: #017f9f;
  font-size: 28px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.faq-list .item .head .table-holder .table-cell:first-child,
.hiw-list .item .head .table-holder .table-cell:first-child {
  width: 20px;
}
.faq-list .item .head.collapsed,
.hiw-list .item .head.collapsed {
  border-radius: 4px;
}
.faq-list .item .head .table-holder .table-cell i,
.hiw-list .item .head .table-holder .table-cell i {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.faq-list .item .head.collapsed .table-holder .table-cell i,
.hiw-list .item .head.collapsed .table-holder .table-cell i {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
.faq-list .item .body,
.hiw-list .item .body {
  background-color: #f0f0f0;
  border-radius: 0 0 4px 4px;
}
.faq-list .item .body .inner-body,
.hiw-list .item .body .inner-body {
  padding: 20px 14px 20px 36px;
}
.hiw-list > .table-holder > .table-cell {
  padding-bottom: 80px;
  border-left: 2px solid #b3b3b3;
}
.hiw-list > .table-holder > .table-cell:first-child {
  border: none;
}
.hiw-list > .table-holder:last-child > .table-cell {
  padding-bottom: 0;
}
.hiw-list .table-holder .table-cell img {
  margin: 0 auto;
  padding-bottom: 15px;
}
.hiw-list .table-holder .table-cell .name {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #017f9f;
}
.hiw-list .table-holder .table-cell .number {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  background: #ffffff;
  text-align: center;
  width: 60px;
  height: 60px;
  right: -30px;
  top: 50%;
  margin-top: -70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #017f9f;
  line-height: 58px;
}
.hiw-list .table-holder .table-cell:first-child {
  width: 40%;
  position: relative;
}
.hiw-list .table-holder .table-cell .item {
  padding-left: 60px;
}
.sub-list {
  padding-bottom: 60px;
}
.sub-list .row {
  padding-bottom: 30px;
}
.sub-list .row span {
  text-decoration: none;
  display: block;
  padding: 0px 42px;
  font-weight: bold;
}
.sub-list .row span i {
  padding-right: 9px;
  color: #c4c4c4;
  font-size: 14px;
  line-height: 21px;
  float: left;
}
.service-box {
  margin: 50px 0;
}
.service-box h2 {
  text-transform: none;
}
.service-box .row p {
  font-size: 14px;
  line-height: 20px;
}
.service-box .row a {
  text-decoration: none;
  background: #e1e1e1;
  border-radius: 4px;
  color: #606060;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px;
}
.service-box .row a i {
  font-size: 28px;
  color: #606060;
  padding-right: 10px;
  float: left;
  line-height: 22px;
}
.service-box .row a:hover {
  background: #e5e5e5;
}
.service-box .row span {
  color: #017f9f;
}
.discount-list .discount-box {
  margin-bottom: 80px;
}
.discount-list .discount-box .row {
  margin-bottom: 20px;
}
.discount-list .discount-box .row p {
  text-align: center;
}
.discount-list .discount-box .row .package-item .head {
  color: #017f9f;
  margin-bottom: 23px;
}
.discount-list .discount-box .row .package-item .head span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 72px;
  padding: 0 30px;
  margin-top: 18px;
  margin-left: -30px;
}
.discount-list .discount-box .row .package-item .head strong {
  font-weight: bold;
  font-size: 22px;
  vertical-align: top;
  margin-left: -30px;
}
.discount-list .discount-box .row .package-item .body {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.contacts-list {
  background: url(../img/bg-contact.jpg) no-repeat;
  text-align: center;
  margin-right: -30px;
  margin-left: -30px;
}
.contacts-list .contacts-box {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
}
.contacts-list .contacts-box .row {
  margin-bottom: 60px;
  padding: 0 10%;
}
.contacts-list .contacts-box .row span {
  color: #7f7f7f;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.contacts-list .contacts-box .row .phone {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.contacts-list .contacts-box .row .email {
  color: #017f9f;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.contacts-list .contacts-box .row .email a:hover {
  color: #017f9f;
}
.price-calc-holder.price-calc-holder-pp {
  margin-top: 30px;
  margin-bottom: 30px;
}
.price-calc-holder.price-calc-holder-pp .lead-text {
  text-align: left;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-top: 20px;
}
.price-calc-holder.price-calc-holder-pp .calc.price-calc {
  margin: 15px 8%;
  padding: 15px 15px 0;
}
.price-calc-holder.price-calc-holder-pp .calc.price-calc .calc-row .sign-pp {
  line-height: 33px;
}
.price-calc-holder.price-calc-holder-pp .calc.price-calc .price-value {
  margin: 15px auto;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.price-calc-holder.price-calc-holder-pp .calc.price-calc .price-value span {
  vertical-align: 0;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.testim-list {
  padding-bottom: 22px;
}
.testim-list .item .body {
  font-size: 14px;
}
.box-pp h2 {
  padding: 0 0 50px;
}
.box-pp .text-right {
  padding-bottom: 25px;
}
.samples .sample-aditing {
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 40px;
  margin-bottom: 55px;
}
.samples .sample-aditing h2 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 27px;
}
.samples .sample-aditing h2 i {
  padding-right: 13px;
  font-size: 28px;
  color: #aaaaaa;
}
.samples .sample-aditing:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.not-found-page {
  margin: 100px auto;
  text-align: center;
}
.not-found-page h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0 32% 20px;
  line-height: 28px;
}
.not-found-page img {
  margin: 0 auto;
}
.tod-box {
  padding-bottom: 30px;
  margin-top: 0px;
}
.tod-box h2 {
  text-transform: uppercase;
}
.tod-box .row {
  padding-bottom: 30px;
}
.tod-box .row a {
  font-size: 14px;
  color: #017f9f;
  background: #e1e1e1;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-weight: bold;
}
.tod-box .row a i {
  color: #9b9b9b;
  font-size: 18px;
  line-height: 21px;
  padding-right: 16px;
  float: left;
}
.tod-box .row a:hover {
  background: #e5e5e5;
}
.blog-list .post-item {
  padding: 25px 0 45px;
}
.blog-list .post-item .blog-info .date {
  font-size: 13px;
  text-align: right;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
}
.blog-list .post-item .blog-info .date span {
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
.blog-list .post-item .blog-info .tag {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
  text-align: right;
}
.blog-list .post-item .blog-info .tag i {
  color: #017f9f;
}
.blog-list .post-item .blog-info .tags {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
  text-align: right;
}
.blog-list .post-item .blog-info .social {
  padding: 15px 0;
  text-align: right;
}
.blog-list .post-item .blog-article {
  border-bottom: 1px solid #d5d5d5;
}
.blog-list .post-item .blog-article h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 22px;
}
.blog-list .post-item .blog-article h2 span {
  color: #017f9f;
}
.blog-list .post-item .blog-article .blog-img {
  padding-bottom: 10px;
}
.blog-list .post-item .blog-article .body-text p {
  margin: 0 0 25px;
}
.blog-list .post-item .blog-article .text-right {
  padding-bottom: 31px;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item a {
  color: #017f9f;
  border-bottom: none;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item a:hover {
  text-decoration: none;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item a:hover span {
  color: #2a2a2a;
  border-bottom: 1px solid #01a7d2;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item span {
  border-bottom: 1px solid #017f9f;
}
#wrap .sidebar-holder #sidebar .side-box.contact-box .body .item i {
  padding-right: 5px;
}
.fb {
  padding-top: 20px;
}
.fb .row {
  text-align: center;
}
.fb .row .fb-like {
  margin: 0 auto;
}
.verification-page.hiw-list {
  padding-top: 50px;
}
.verification-page.hiw-list .table-holder .table-cell {
  width: 50%;
  text-align: left;
}
.verification-page.hiw-list .table-holder .table-cell img {
  padding-bottom: 0px;
}
.verification-page.hiw-list .table-holder .table-cell span {
  color: #017f9f;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 54px;
  display: block;
}
.verification-page.hiw-list .table-holder .table-cell p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 54px;
}
.verification-page.hiw-list .table-holder .table-cell .number {
  right: -31px;
}
.verification-page.hiw-list .table-holder:last-child {
  width: 100%;
  text-align: center;
  border: none;
}
.verification-page.hiw-list .table-holder:last-child .text-center {
  color: #017f9f;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-top: 80px;
}
.verification-page.hiw-list .table-holder:last-child .number {
  right: 50%;
  margin-right: -31px;
  margin-top: -50px;
}
.partners-list .row {
  padding-bottom: 95px;
}
.partners-list .row .col-sm-3.item-left {
  padding-left: 0px;
  padding-right: 0px;
}
.partners-list .row .col-sm-3.item-left .ver-used {
  border-right: 2px solid #b3b3b3;
}
.partners-list .row .col-sm-3.item-left .ver-used strong {
  color: #017f9f;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: right;
  display: block;
  padding-right: 18px;
  margin-bottom: 15px;
}
.partners-list .row .col-sm-3.item-left .ver-used span {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: right;
  display: block;
  padding-right: 18px;
}
.partners-list .row .col-sm-9.item-right {
  padding-left: 0px;
  padding-right: 0px;
}
.partners-list .row .col-sm-9.item-right ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.partners-list .row .col-sm-9.item-right ul li {
  display: inline-block;
  padding: 20px 9px 0;
}
.footer_bottom .discount-banner {
  box-shadow: 0 0 32px rgba(0,0,0,0.5);
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  max-width: 730px;
  width: 100%;
  height: auto;
  text-align: center;
  left: 50%;
  margin-left: -360px;
  border-bottom: none;
  z-index: 9999;
}
.footer_bottom .discount-banner .ledy {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.footer_bottom .discount-banner .close-btn {
  position: absolute;
  background: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  top: 0;
  right: 0;
  margin-top: -15px;
  margin-right: -15px;
}
.footer_bottom .discount-banner .close-btn a {
  border-bottom: none;
}
.footer_bottom .discount-banner .close-btn i {
  font-size: 26px;
  color: #fff;
  padding: 6px;
}
.footer_bottom .discount-banner .top-text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #ffffff;
  padding: 20px 40px;
  background: #652828;
  text-align: left;
  font-weight: bold;
}
.footer_bottom .discount-banner .top-text span {
  color: #fff;
}
.footer_bottom .discount-banner .body {
  padding: 27px 40px 0;
  text-align: left;
  font-weight: bold;
  background: #c84444;
}
.footer_bottom .discount-banner .body .lead-text {
  font-family: 'Raleway', sans-serif;
  font-size: 80px;
  text-transform: uppercase;
}
.footer_bottom .discount-banner .body .lead-text span {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 100px;
  font-weight: bold;
}
.footer_bottom .discount-banner .body .lead-text span strong {
  font-size: 50px;
}
.footer_bottom .discount-banner .body .bottom-text {
  font: 18px 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 15px;
}
.footer_bottom .discount-banner .body .bottom-text span {
  background: #220909;
  color: #ffffff;
  padding: 5px 7px;
  text-transform: uppercase;
}
.footer_bottom .discount-banner > span {
  font-size: 14px;
  padding: 8px 0 5px;
  background: #e68f9c;
  display: block;
}

/*-----cookie-banner-----*/
.cookie-banner *{
    outline: none !important;
}
.cookie-banner {
    position: fixed;
    opacity: 1;
    display: none;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: #d4e1e5;
}
.cookie-banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
}
.cookie-banner .wrapper .wrapper__text{
    font-size: 12px;
    text-align: center;
    color: #000;
    opacity: 1;
}
.cookie-banner .wrapper .wrapper__text a{
    color: #1c7f9e;
    text-decoration: none;
} 
.cookie-banner .wrapper .wrapper__text a:hover, .cookie-banner .wrapper .wrapper__text a:focus{
    color: #1c7f9e;
    text-decoration: none;
}
.cookie-banner .wrapper .wrapper__buttons button {
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    font-size: 12px;
    border: none;
    background: #1c7f9e;
    padding: 5px 10px;
    line-height: 1;
    margin: 5px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cookie-banner .wrapper .wrapper__buttons button:hover {
    text-decoration: none;
    background: #0a7da0;
}
@media screen and (max-width: 1100px) {
    .cookie-banner .wrapper {
        flex-direction: column;
        margin: 10px 10px 0 10px;
    }
    .cookie-banner .wrapper .wrapper__text{
        margin-bottom: 5px;
    }
    .cookie-banner {
        z-index: 9999;
    }
}

.checkbox-gdbr{
    font-size: 14px;
}

.alert-danger-gdbr{
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;    
}

/*-----Custom checkbox GDPR-----*/
.container-checkbox-gdpr{
    display: inline-block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #ffffff;
}
.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark{
    border-color: red;
}
/*-----Custom checkbox GDPR END-----*/

.go-back-modal .alert-danger-gdbr{
    display: block;
    color: rgb(224, 49, 0);
    font-family: Arial;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    background: transparent !important;
}
#sign-up-form .container-checkbox-gdpr a{
    color: #fff;
    text-decoration: underline;
}
#sign-up-form .alert-danger-gdbr{
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #f90000;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#sidebar #sign-up-form .alert-danger-gdbr{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.btn.btn-primary.btn-inquiry{
    background: #1f8aa8;
    padding: 8px 14px 7px;
}
.banner-inquery{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #788784 url(../img/banner-inquery.png?v=1) no-repeat 50% 50%; 
    background-size: cover;
    padding: 10px 0 25px 0;
    margin: 0 auto;
    border: 1px solid #ccd5d4;
    border-radius: 3px;
    max-width: 100%;
    height: 270px;
    margin-top: 25px;
}
.banner-inquery .check-gramma-btn{   
    position: relative;
    text-align: center;
    display: block;
    background: #1f8aa8;
    padding: 12px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0 ,0.25 );
    max-width: 300px;
    width: 200px;
    margin: 0 auto;
}
.banner-inquery .check-gramma-btn:hover, .banner-inquery .check-gramma-btn:focus{
    text-decoration: none;
    background: #009CC3;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
}
@media(max-width: 767px){
    .banner-inquery{
        max-width: 260px;
    }
    #header .navbar .top-nav li.list-inquiry{
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .banner-inquery .check-gramma-btn{
        font-size: 12px;
        padding: 8px 5px;
        border-radius: 0;   
    }
}

#header .navbar #navbar-main .navbar-nav li.list-mob .btn-inquiry-mob{
    font-weight: 600;
    background: #2089a8;
    color: #fff;
    text-align: center;
    width: 150px;
    margin: 0 auto 10px auto;
    border-radius: 3px;
}
#header .navbar #navbar-main .navbar-nav li.list-mob .btn-order-mob{
    font-weight: 600;
    background: #f86101;
    color: #fff;
    text-align: center;
    width: 150px;
    margin: 0 auto 10px auto;
    border-radius: 3px;
}
