/* global elements */
body {
  /* Reviews block */
  /*Recognized awards block*/
}
body .container {
  margin: 0 auto !important;
}
body .mgb75 {
  margin-bottom: 75px !important;
}
body .commentsBlock {
  text-align: center;
}
body .commentsBlock .users-reviews-block .review-item {
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 25px 15px;
  position: relative;
  -webkit-box-shadow: 0 30px 45px -20px rgba(111, 142, 161, 0.2);
  -moz-box-shadow: 0 30px 45px -20px rgba(111, 142, 161, 0.2);
  box-shadow: 0 30px 45px -20px rgba(111, 142, 161, 0.2);
}
body .commentsBlock .users-reviews-block .review-item:before {
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -11px;
}
body .commentsBlock .users-reviews-block .review-item .tfree-testimonial-title h3 {
  color: #374555 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
body .commentsBlock .users-reviews-block .review-item .tfree-testimonial-title h3 .left-quote {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
body .commentsBlock .users-reviews-block .review-item .tfree-testimonial-title h3 .right-quote {
  position: relative;
  margin-left: 5px;
  display: inline-block;
}
body .commentsBlock .users-reviews-block .review-item p.tfree-testimonial-content {
  font-size: 16px;
  color: #374555;
  font-weight: 300;
  line-height: 27px;
}
body .commentsBlock .users-reviews-block .user-name h2 {
  color: #1a3549 !important;
  font-weight: 600 !important;
}
body .commentsBlock .users-reviews-block .tfree-client-designation {
  color: #4c768a !important;
  font-size: 13px !important;
}
body .commentsBlock .users-reviews-block .tfree-client-rating.user-rating {
  color: #00BBCE !important;
}
body .commentsBlock .users-reviews-block .tfree-client-rating.user-rating i.fa {
  font-size: 23px !important;
}
body .commentsBlock .slick-slider .slick-arrow:before {
  display: none;
}
body .commentsBlock .requestFormSecondaryBlock {
  background: #f0f0f0;
  padding-bottom: 0;
}
body .commentsBlock .requestFormSecondaryBlock h3.title {
  color: #2d5972;
  font-weight: 300;
  font-size: 40px;
}
body .recognizedBlock {
  margin: 35px 0;
}
body .recognizedBlock .title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1a3549;
  margin: 0 0 25px 0;
}
body .recognizedBlock .title:before {
  content: '';
  border-bottom: 1px solid #eaeaea;
  display: block;
  position: relative;
  top: 13px;
}
body .recognizedBlock .title .innerTitle {
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  padding: 16px 15px;
  position: relative;
  top: -9px;
}
body .recognizedBlock .logo {
  text-align: center;
}
body .recognizedBlock .logo img {
  height: 105px;
}
/*bootstrap 5th column grid */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
}
body[data-page="landing"] {
  font-family: 'Poppins', sans-serif;
  /*Checkboxes styles*/
}
body[data-page="landing"] #content {
  padding-top: 35px;
}
body[data-page="landing"] #content .landing-header {
  text-align: center;
  margin-bottom: 55px !important;
}
body[data-page="landing"] #content .landing-header .logoBlock {
  text-align: center;
  margin-bottom: 40px;
}
body[data-page="landing"] #content .landing-header .logoBlock img {
  height: 31px;
}
body[data-page="landing"] #content .landing-header h1 {
  color: #374555;
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 15px;
}
body[data-page="landing"] #content .landing-header h2 {
  color: #374555;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
body[data-page="landing"] #content .landing-header h2 b {
  font-weight: 600;
}
body[data-page="landing"] #content .landing-header .colorText {
  color: #00bbcb;
}
body[data-page="landing"] #content .leftSide {
  padding-top: 20px;
  max-width: 445px;
}
body[data-page="landing"] #content .leftSide .pageTitle {
  font-size: 42px;
  text-align: center;
  line-height: 54px;
  margin: 15px 0px 35px 0;
}
body[data-page="landing"] #content .leftSide p {
  color: #0e364b;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}
body[data-page="landing"] #content .leftSide ul {
  margin-bottom: 0;
  padding-left: 45px;
  list-style-type: none;
}
body[data-page="landing"] #content .leftSide ul li {
  color: #0e364b;
  font-size: 16px;
  font-weight: 300;
  line-height: 37px;
  color: #374555;
  position: relative;
}
body[data-page="landing"] #content .leftSide ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  border: 1px solid #00bbcb;
  position: absolute;
  left: -40px;
  top: 11px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
body[data-page="landing"] #content .leftSide ul.trialList li:before {
  display: none;
}
body[data-page="landing"] #content .leftSide ul.trialList li .styledCount {
  font-size: 18px;
  color: #374555;
  font-weight: 600;
  position: absolute;
  padding: 0 5px;
  left: -45px;
}
body[data-page="landing"] #content .leftSide ul.trialList li .styledCount:before {
  content: '';
  border-bottom: 2px solid #00bbcb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body[data-page="landing"] #content .leftSide .small-text {
  color: #374555;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  display: block;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}
body[data-page="landing"] #content .leftSide .small-text .colorText {
  color: #00bbcb;
}
body[data-page="landing"] #content .leftSide .mockupBlock {
  margin-top: 35px;
}
body[data-page="landing"] #content .leftSide .mockupBlock img {
  position: relative;
  bottom: -10px;
  max-width: 115%;
}
body[data-page="landing"] #content .formBlock #form-message,
body[data-page="landing"] #content .formBlock #limit-message,
body[data-page="landing"] #content .formBlock #query-message {
  text-align: center;
  -webkit-box-shadow: 3px 3px 15px 0px #eaeaea;
  -moz-box-shadow: 3px 3px 15px 0px #eaeaea;
  box-shadow: 3px 3px 15px 0px #eaeaea;
  padding: 35px;
}
body[data-page="landing"] #content .formBlock #form-message .topBlock p,
body[data-page="landing"] #content .formBlock #limit-message .topBlock p,
body[data-page="landing"] #content .formBlock #query-message .topBlock p {
  font-size: 16px;
  font-weight: 300;
  line-height: 37px;
  color: #374555;
  position: relative;
  margin: 15px 0 !important;
}
body[data-page="landing"] #content .formBlock #form-message .topBlock .heading1,
body[data-page="landing"] #content .formBlock #limit-message .topBlock .heading1,
body[data-page="landing"] #content .formBlock #query-message .topBlock .heading1 {
  font-size: 21px;
  color: #00374d;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body[data-page="landing"] #content .formBlock #form-message .bodyBlock #registerInfoTitle,
body[data-page="landing"] #content .formBlock #limit-message .bodyBlock #registerInfoTitle,
body[data-page="landing"] #content .formBlock #query-message .bodyBlock #registerInfoTitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 37px;
  color: #374555;
}
body[data-page="landing"] #content .formBlock #form-message .preloaderBlock,
body[data-page="landing"] #content .formBlock #limit-message .preloaderBlock,
body[data-page="landing"] #content .formBlock #query-message .preloaderBlock {
  position: relative;
  max-width: 100%;
  height: 140px;
  margin: 0px 40px;
}
body[data-page="landing"] #content .formBlock #form-message .preloaderBlock .pCircle,
body[data-page="landing"] #content .formBlock #limit-message .preloaderBlock .pCircle,
body[data-page="landing"] #content .formBlock #query-message .preloaderBlock .pCircle {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  top: 45%;
  border-radius: 50%;
}
body[data-page="landing"] #content .formBlock #form-message .preloaderBlock .pCircle:nth-child(1),
body[data-page="landing"] #content .formBlock #limit-message .preloaderBlock .pCircle:nth-child(1),
body[data-page="landing"] #content .formBlock #query-message .preloaderBlock .pCircle:nth-child(1) {
  background-color: #75787B;
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
body[data-page="landing"] #content .formBlock #form-message .preloaderBlock .pCircle:nth-child(2),
body[data-page="landing"] #content .formBlock #limit-message .preloaderBlock .pCircle:nth-child(2),
body[data-page="landing"] #content .formBlock #query-message .preloaderBlock .pCircle:nth-child(2) {
  background-color: #00A7E1;
  animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
body[data-page="landing"] #content .formBlock #form-message .preloaderBlock .pCircle:nth-child(3),
body[data-page="landing"] #content .formBlock #limit-message .preloaderBlock .pCircle:nth-child(3),
body[data-page="landing"] #content .formBlock #query-message .preloaderBlock .pCircle:nth-child(3) {
  background-color: #44b8c8;
  animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
body[data-page="landing"] #content .formBlock #form-message .preloaderBlock .pCircle:nth-child(4),
body[data-page="landing"] #content .formBlock #limit-message .preloaderBlock .pCircle:nth-child(4),
body[data-page="landing"] #content .formBlock #query-message .preloaderBlock .pCircle:nth-child(4) {
  background-color: #284761;
  animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
body[data-page="landing"] #content .requestFormSecondaryBlock {
  background: #F2F4F6;
  padding: 60px 0 40px 0;
}
body[data-page="landing"] .pageFooter.inGrid {
  padding: 10px 0px 20px;
}
body[data-page="landing"] .form_block {
  -webkit-box-shadow: 0 -10px 64px -20px #eaeaea, 0 30px 45px -20px rgba(111, 142, 161, 0.2);
  -moz-box-shadow: 0 -10px 64px -20px #eaeaea, 0 30px 45px -20px rgba(111, 142, 161, 0.2);
  box-shadow: 0 -10px 64px -20px #eaeaea, 0 30px 45px -20px rgba(111, 142, 161, 0.2);
  padding: 35px;
}
body[data-page="landing"] .form_block #first-step .error {
  display: inherit;
  float: none;
  width: inherit;
  margin: 0 0 25px 0;
  padding: 0;
  border-radius: 0;
  border-color: transparent;
  background: none;
}
body[data-page="landing"] .form_block #first-step .error input {
  border-bottom-color: #e74c3c;
  border-radius: 0;
}
body[data-page="landing"] .form_block .submitBlock {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
body[data-page="landing"] .form_block .submitBlock input {
  width: inherit;
  margin: 0 auto;
  border-radius: 35px;
  font-size: 14px;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  font-weight: 300;
  text-transform: none;
  box-shadow: 0 17px 12px -13px rgba(124, 179, 187, 0.42);
}
body[data-page="landing"] .form_block .submitBlock .submitLaoder {
  display: none;
  position: absolute;
  width: 40px;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
body[data-page="landing"] .form_block .submitBlock.loading input {
  padding: 0 20px;
}
body[data-page="landing"] .group {
  position: relative;
  margin-bottom: 25px;
}
body[data-page="landing"] .group input[type="text"],
body[data-page="landing"] .group input[type="email"],
body[data-page="landing"] .group input[type="url"],
body[data-page="landing"] .group input[type="password"],
body[data-page="landing"] .group input[type="search"] {
  color: #374555;
  box-shadow: none;
  border-radius: 0;
}
body[data-page="landing"] .group br {
  display: none;
}
body[data-page="landing"] .group input:not([value=""]) + label,
body[data-page="landing"] .group select.checked + label {
  top: -20px !important;
  font-size: 12px !important;
}
body[data-page="landing"] .group input:not(:focus) ~ label,
body[data-page="landing"] .group select:not(.checked) ~ label {
  top: 10px;
  font-size: 14px;
  color: #9da4ac;
}
body[data-page="landing"] .group input.error_input_valid ~ label {
  top: -20px !important;
}
body[data-page="landing"] .group .error {
  position: absolute;
  color: #d22121;
  bottom: -15px;
  right: 0;
  padding: 0;
  font-size: 11px;
  background: none;
  float: none;
  text-align: right;
}
body[data-page="landing"] .group.filled label {
  color: #44b8c8 !important;
}
body[data-page="landing"] input,
body[data-page="landing"] textarea {
  font-size: 15px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E4EAEA;
  box-shadow: none;
}
body[data-page="landing"] textarea {
  min-height: 125px;
  resize: none;
  border-radius: 0;
}
body[data-page="landing"] input:focus,
body[data-page="landing"] textarea:focus {
  outline: none;
  background: #EFF6F8;
}
body[data-page="landing"] input.error_input,
body[data-page="landing"] textarea.error_input {
  border-bottom: 1px solid #d22121;
}
body[data-page="landing"] input:focus ~ label,
body[data-page="landing"] input:valid ~ label,
body[data-page="landing"] textarea:focus ~ label,
body[data-page="landing"] textarea:valid ~ label,
body[data-page="landing"] select.checked:not(.error_input_valid) ~ label,
body[data-page="landing"] select.checked:not(.error_input_valid) ~ label {
  top: -20px;
  font-size: 12px;
  color: #44B8C8;
  font-weight: 300;
}
body[data-page="landing"] .formBlock form input.error_input {
  border-bottom: 1px solid #d22121;
}
body[data-page="landing"] .bar {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}
body[data-page="landing"] .bar:before {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0px;
  left: 0%;
  position: absolute;
  background: #41abbc;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body[data-page="landing"] .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0px;
  right: 0%;
  position: absolute;
  background: #41abbc;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body[data-page="landing"] input:focus ~ .bar:before,
body[data-page="landing"] input:focus ~ .bar:after,
body[data-page="landing"] textarea:focus ~ .bar:before,
body[data-page="landing"] textarea:focus ~ .bar:after,
body[data-page="landing"] select.checked:not(.error_input) ~ .bar:before,
body[data-page="landing"] select.checked:not(.error_input) ~ .bar:after {
  width: 100%;
}
body[data-page="landing"] .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
body[data-page="landing"] input:focus ~ .highlight,
body[data-page="landing"] textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
body[data-page="landing"] select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
body[data-page="landing"] label {
  color: #89bccd;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body[data-page="landing"] .boxes {
  margin: auto;
  margin-top: 0px;
  margin-bottom: 20px;
}
body[data-page="landing"] input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  left: -999999px;
}
body[data-page="landing"] .formCheckbox {
  overflow: hidden;
}
body[data-page="landing"] input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  pointer-events: all;
}

body[data-page="landing"] input[type="checkbox"] + label:hover {
  cursor: pointer;
}

body[data-page="landing"] input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
body[data-page="landing"] input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #EAEAEA;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
body[data-page="landing"] input[type="checkbox"]:checked + label:before {
  border-radius: 0;
  opacity: 1;
  background: #44B8C8;
  border-color: #44B8C8;
}
body[data-page="landing"] input[type="checkbox"]:checked + label:after {
  content: '\e625';
  font-family: 'icomoon';
  color: #fff;
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 14px;
}
body[data-page="landing"] .form_block form .formCheckbox label {
  top: 0;
  color: #75787B !important;
  font-size: 11px;
  line-height: 16px;
}
body[data-page="landing"] .form_block #form-item-phone {
  margin-bottom: 25px;
}
body[data-page="landing"] .form_block #form-item-phone input {
  box-shadow: none;
}
body[data-page="landing"] .form_block #form-item-phone ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #9da4ac;
  font-weight: 300;
}
body[data-page="landing"] .form_block #form-item-phone ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #9da4ac;
  font-weight: 300;
}
body[data-page="landing"] .form_block #form-item-phone :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #9da4ac;
  font-weight: 300;
}
body[data-page="landing"] .form_block #form-item-phone :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #9da4ac;
  font-weight: 300;
}
body[data-page="landing"] .form_block .submitBlock {
  text-align: center;
}
body[data-page="landing"] .form_block .submitBlock .submit-btn {
  color: #fff;
  background-color: #49b8c8;
  width: inherit;
  margin: 0 auto;
  border-radius: 35px;
  font-size: 14px;
  padding: 0 35px;
  border: none;
  box-shadow: none;
  height: 40px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 17px 12px -13px rgba(124, 179, 187, 0.42);
}
body[data-page="landing"] .form_block .submitBlock .submit-btn:hover {
  background-color: #3E9BAA;
}
body[data-page="landing"] .form_block .submitBlock .submit-btn:focus {
  outline: 0;
}
body[data-page="landing"] .form_block .privacy-info {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #84878a;
}
@media (max-width: 579px) {
  body[data-page="landing"] #content {
    padding-top: 70px;
  }
  .page-id-11894 #content {
    padding-top: 35px !important;
  }
  body[data-page="landing"] #content .landing-header {
    margin-bottom: 10px !important;
  }
  body[data-page="landing"] #content .landing-header .logoBlock {
    display: none;
  }
  .page-id-11894  #content .landing-header .logoBlock {
    display: block !important;
  }
 
  body[data-page="landing"] #content .leftSide p {
    font-size: 15px;
    line-height: 26px;
  }
  body[data-page="landing"] #content .leftSide ul li {
    font-size: 14px;
    line-height: 32px;
  }
  body[data-page="landing"] #content .leftSide ul li:before {
    top: 8px;
  }
  body[data-page="landing"] #content .form_block {
    padding: 35px 15px;
  }
  body[data-page="landing"] #content .form_block .submitBlock input {
    width: 100%;
  }
  body[data-page="landing"] #content .recognizedBlock .logo img {
    height: 85px;
    margin-bottom: 15px !important;
  }
  body[data-page="landing"] #content .commentsBlock .users-reviews-block .review-item {
    box-shadow: none;
  }
}
@keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
