body {
  background: #fff;
  height: 100%;
  min-height: 100%;
  font-family: 'Lato', sans-serif;
  color: #24444b;
}
.desktop body,
.desktop .container {
  min-width: 1170px !important;
}
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mt0 {
  margin-top: 0;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mb25 {
  margin-bottom: 25px;
}
.pos_relative {
  position: relative;
}
.in_block {
  display: inline-block !important;
}
.lh25 {
  line-height: 25px;
}
.s_h2 {
  margin: 0 0 10px;
}
.red {
  color: #f00;
}
a {
  color: #1a6cda;
}
a:hover {
  cursor: pointer !important;
}
.out0 {
  outline: 0 !important;
}
.no_border {
  border: 0 !important;
}
.main {
  overflow-x: hidden;
  padding-top: 83px;
}
.header {
  background: #25606d;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.header .logo {
  padding: 10px 0;
  box-sizing: border-box;
}
.header .logo > * {
  display: inline-block;
  vertical-align: top;
}
.header .logo .site_title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 15px;
  padding-top: 20px;
}
.header .logo .small_logo {
  display: none;
}
.header.small_header {
  background: rgba(37,96,109,0.8);
}
.header.small_header .logo {
  padding: 5px 0;
}
.header.small_header .logo img {
  height: 45px;
  width: auto;
}
.header.small_header .logo .small_logo {
  display: block;
}
.header.small_header .logo .normal_logo {
  display: none;
}
.header.small_header .logo .site_title {
  padding-top: 12px;
}
.header.small_header .main_menu {
  padding: 0;
}
.header.small_header .menu {
  margin-top: 17px;
}
.header .main_menu {
  padding-top: 10px;
  margin: 10px 0 10px 20px;
}
.header .main_menu a {
  font-size: 17px;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
}
.header .main_menu a:last-child {
  margin-right: 0;
  background: #0b0;
  border: 2px solid #0b0;
}
.header .main_menu a:last-child:hover {
  color: #fff;
  background-color: #00c400;
  border: 2px solid #00c400;
}
.header .main_menu a:hover {
  color: #71e8fd;
  cursor: pointer;
}
.header .main_menu a.active {
  border: 2px solid #43aec6;
}
.header .main_menu a.active:hover {
  color: #fff;
}
.header .menu {
  display: block;
  text-align: right;
  margin-top: 25px;
}
.header .menu li {
  display: inline-block;
}
.header .menu li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 7px 7px 0px;
  cursor: pointer;
}
.header .menu li a:after {
  content: "";
  border-right: 1px solid #fff;
  margin-left: 7px;
}
.header .menu li a:hover {
  color: #71e8fd;
}
.header .menu li:last-child a {
  padding-right: 0;
}
.header .menu li:last-child a:after {
  border: none;
}
.head_bg {
  height: 617px;
  background: url("../images/head_bg.png") repeat-x bottom center;
  width: 100%;
}
.head_bg .head_bg2 {
  height: 617px;
  background: url("../images/head_bg3.png") no-repeat bottom center;
  width: 100%;
  position: relative;
}
.head_bg .head_bg2 .head_bg3strip {
  height: 260px;
  background: url("../images/head_bg3strip.png") no-repeat bottom center;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.head_bg .head_bg2 .head_title {
  text-align: center;
  padding-top: 25px;
  color: #427c89;
  font-size: 26px;
  margin-top: 0;
  z-index: 2;
  position: relative;
}
.head_bg .head_bg2 .head_title span {
  color: #161616;
}
.head_bg .head_bg2 .men {
  text-align: center;
  margin-top: 35px;
}
.head_sl_button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -95px;
  z-index: 3;
}
.watch_video {
  display: none;
  background-color: #6b96cf;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 6px 5px 40px;
  border-radius: 25px;
  margin-top: 15px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 0 1px 2px rgba(255,255,255,0.3);
}
.watch_video:hover {
  background-color: #73a2df;
  text-decoration: none;
  color: #fff;
}
.watch_video img {
  margin-left: 22px;
  vertical-align: middle;
}
.watch_video.green {
  background: #0b0;
  padding: 7px 40px;
}
.watch_video.green:hover {
  background-color: #00ca00;
}
.min {
  color: #427c89;
  color: #fff;
  margin-top: 5px;
}
.min.blue {
  color: #6b96cf;
}
.top_form_area {
  background: #eef4f7;
  padding: 20px 0 10px;
}
.top_form_area.footer_form {
  padding: 30px 0;
}
.top_form input {
  height: 41px;
  padding: 5px 11px;
  font-size: 18px;
  width: 240px !important;
  color: #2d2d2d;
  font-weight: 300;
  border-color: #c6cbcd;
  border-radius: 7px;
  margin: 0 3px;
  box-sizing: border-box;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #00a000;
  color: #fff;
}
.top_form input:active,
.top_form input:focus {
  box-shadow: inset 0 0 5px 2px rgba(86,176,252,0.1), inset 0 0 5px 1px rgba(86,176,252,0.1);
  border-color: #56b0fc;
}
.form_warning {
  z-index: 4;
  position: absolute;
  bottom: 48px;
  background: #5b5b5b;
  left: 5px;
  border-radius: 5px;
  padding: 5px 30px;
  color: #fff;
  display: none;
  text-align: center;
  font-size: 14px;
}
.form_warning span {
  color: #bedeed;
  font-size: 12px;
  display: block;
  margin-top: -4px;
}
.form_warning:after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #5b5b5b transparent transparent transparent;
  left: 10px;
}
.btn-green {
  background: #00a000;
  color: #fff;
  border: 0;
  padding: 7px 32px;
  font-size: 18px;
}
.has-error .form_warning {
  display: block;
}
.has-error .form-control border-color #ff7e84:focus {
  border-color: #ff7e84;
  box-shadow: 0 0 6px #ff7e84;
}
.btn-green:hover,
.btn-green:active {
  background-color: #19b419;
  color: #fff;
  border: 0;
}
.help-acc {
  color: #9f9f9b;
  margin-top: 4px;
  margin-left: 11px;
}
.help-acc .help-acc-name {
  font-weight: bold;
}
.big_title {
  font-size: 36px;
  color: #24444b;
  text-align: center;
  margin: 50px 0 30px;
}
.big_title_help {
  font-size: 20px;
  color: #427c89;
  text-align: center;
  margin-top: -30px;
}
.features .feature_item {
  width: 33.333333%;
  height: 280px;
  float: left;
}
.features .feature_item .feature_item_in {
  height: 280px;
  position: relative;
  padding: 20px;
  text-align: center;
}
.features .feature_item .feature_item_in.b_right:after {
  content: "";
  height: 86%;
  right: 0;
  top: 7%;
  position: absolute;
  border-right: 1px solid #c0eefb;
}
.features .feature_item .feature_item_in.b_bottom:before {
  content: "";
  width: 90%;
  left: 5%;
  bottom: 0;
  position: absolute;
  border-bottom: 1px solid #c0eefb;
}
.features .feature_item .feature_item_in .f_icon_b {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #c0eefb;
  margin: 0 auto;
  line-height: 105px;
  text-align: center;
  box-sizing: border-box;
}
.features .feature_item .feature_item_in .f_icon_b img {
  display: inline-block;
}
.features .feature_item .feature_item_in .feature_item_title {
  margin-top: 25px;
  font-size: 24px;
  color: #6a95cf;
}
.features .feature_item .feature_item_in .feature_item_title a {
  color: #6a95cf;
}
.features .feature_item .feature_item_in .feature_item_desc {
  margin-top: 20px;
  font-size: 16px;
  color: #24444b;
}
.btn_blue {
  background-color: #6b96cf;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 3px 40px 5px;
  border-radius: 25px;
  margin-top: 15px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.btn_blue:hover {
  text-decoration: none;
  color: #fff;
}
.timeline_area {
  min-height: 1064px;
  background: #eaebf1 url("../images/c_bg.png") top left repeat-x;
  margin-top: 50px;
  position: relative;
}
.timeline_area .timeline_area2 {
  min-height: 1064px;
  background: url("../images/c_bg_2.png") top center no-repeat;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.timeline_area .timeline_area3 {
  height: 800px;
  background: url("../images/c_bg_3.png") top center no-repeat;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 255px;
  z-index: 3;
}
.timeline_area .timeline_img {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
.timeline_area .timeline_img img {
  width: 1087px;
  height: auto;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.timeline_area .timeline_title {
  color: #fff;
  font-size: 24px;
  margin-top: 25px;
}
.timeline_area .timeline_desc {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.timeline_area .timeline_button {
  position: absolute;
  top: 330px;
  left: 50%;
  margin-left: -78px;
  z-index: 4;
}
.reviews {
  z-index: 3;
  position: relative;
  margin-top: -100px;
  min-height: 450px;
  background: url("../images/clouds.png") center center no-repeat;
  background-size: contain;
  padding-bottom: 30px;
}
.reviews .reviews_border_left {
  position: relative;
}
.reviews .reviews_border_left:after {
  content: "";
  position: absolute;
  top: 5%;
  right: -1px;
  height: 95%;
  border-right: 1px solid #fff;
}
.reviews .reviews_title {
  text-align: center;
  color: #717174;
  text-transform: uppercase;
  font-size: 16px;
}
.reviews .reviews_item {
  margin-top: 32px;
  display: table;
  min-height: 80px;
  width: 100%;
  padding: 0 20px;
}
.reviews .reviews_item > * {
  display: table-cell;
  vertical-align: top;
}
.reviews .reviews_item .reviews_icon {
  width: 150px;
}
.reviews .reviews_item .reviews_icon img {
  max-width: 110px;
  height: auto;
}
.reviews .reviews_item .reviews_cont {
  font-size: 14px;
  padding-right: 15px;
}
.reviews .reviews_item .reviews_cont.fan {
  font-size: 20px;
}
.reviews .reviews_item .reviews_cont > div {
  display: inline;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
}
.reviews .reviews_item .reviews_cont > div:before {
  content: '“';
  font-size: 55px;
  font-weight: bold;
  color: #757578;
  line-height: 15px;
  font-family: Arial;
  position: absolute;
  top: 12px;
  left: 0;
}
.reviews .reviews_item .reviews_cont > div span {
  background: #f5fe91;
}
.reviews .reviews_item .reviews_cont .reviews_author {
  text-align: right;
  color: #94b1b7;
  font-size: 12px;
  margin-top: 15px;
}
.clouds_area {
  min-height: 157px;
  margin-top: 20px;
  z-index: 3;
  position: relative;
  background: #fff url("../images/clouds2.png") repeat-x top center;
  padding-bottom: 35px;
}
.clouds_area .clouds_area_title {
  font-size: 24px;
  color: #6b96cf;
  text-align: center;
  padding-top: 135px;
}
.clouds_area .clouds_area_title span {
  font-size: 36px;
}
.clouds_area .clouds_logo {
  text-align: center;
  margin-top: 20px;
}
.clouds_area .clouds_logo .clouds_logo_item {
  display: inline-block;
  margin: 0 15px;
}
.footer {
  background: #25606d;
  color: #fff;
  padding: 0 0 20px 0;
}
.footer .footer_shadow {
  height: 25px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 100%);
}
.footer .footer_block .footer_block_title {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
.footer .footer_block ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.footer .footer_block ul li {
  font-size: 14px;
  line-height: 22px;
}
.footer .footer_block ul li a {
  color: #ace5f1;
  font-size: 14px;
}
.footer .footer_block ul li a img {
  margin-right: 5px;
}
.footer .social a {
  display: inline-block;
  margin-right: 7px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.footer .social a:hover {
  opacity: 1;
}
.footer .copy {
  color: #e7edf0;
  margin-top: 40px;
}
.footer .footer_border {
  border-left: 1px solid #2e7787;
}
.footer_products {
  background: #1f4a55;
  padding: 25px 0;
  color: #709299;
  text-align: center;
}
.footer_products .footer_products_title {
  display: inline-block;
  margin-right: 35px;
}
.footer_products .footer_products_items {
  display: inline-block;
  vertical-align: middle;
}
.footer_products .footer_products_items a {
  display: inline-block;
  margin: 0 35px;
}
.tag {
  color: #fff;
  background: #e58a00;
  display: inline-block;
  margin-right: 5px;
  padding: 0 7px;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
}
.subheader {
  background: #35c0e2 url("../images/feature_top_bg.png") top center no-repeat;
  background-size: cover;
  min-height: 127px;
  border-top: 1px solid #6ec4d9;
  padding-bottom: 10px;
}
.subheader.r_sub {
  min-height: 127px;
}
.subheader .subheader_title {
  color: #fff;
  margin-top: 28px;
  font-size: 48px;
  font-weight: 400;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
.subheader ul.subheader_menu {
  list-style: none;
  margin: 55px 0 0 0;
  padding: 0;
  display: block;
  text-align: right;
}
.subheader ul.subheader_menu li {
  display: inline-block;
}
.subheader ul.subheader_menu li a {
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 18px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0);
  margin-left: 3px;
}
.subheader ul.subheader_menu li a.active {
  border: 1px solid #fff !important;
  padding: 5px 15px;
}
.subheader ul.subheader_menu li a:hover {
  border: 1px solid rgba(255,255,255,0.5);
}
.f_devices {
  position: relative;
  height: 640px;
  overflow: hidden;
}
.f_devices .macbook {
  position: absolute;
  bottom: -52px;
  width: 1363px;
  height: auto;
  left: 50%;
  margin-left: -750px;
}
.f_devices .macbook img {
  max-width: 100%;
  height: auto;
}
.f_devices .iphone {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -550px;
}
.f_devices .iphone img {
  max-width: 100%;
  height: auto;
}
.f_devices_shadow {
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 100%);
  height: 15px;
  margin-top: -15px;
  z-index: 3;
  position: relative;
  opacity: 0.3;
}
.f_makes {
  background: #eef4f7;
  padding: 35px 0 0;
  z-index: 2;
}
.f_makes .f_makes_title {
  font-size: 24px;
  color: #24444b;
}
.f_makes .f_makes_desc {
  font-size: 16px;
  margin-top: 20px;
  color: #24444b;
}
.f_makes .f_makes_buttons {
  text-align: center;
}
.f_makes_bg {
  background: url("../images/makes_bg.png") top center no-repeat;
  height: 128px;
  margin-top: -20px;
}
.f_features {
  margin-top: 20px;
}
.f_features .f_feature_img {
  position: relative;
  display: inline-block;
}
.f_features .f_feature_img img {
  max-width: 100%;
  height: auto;
}
.f_features .f_feature_img .f_feature_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 111px;
  height: 111px;
}
.f_features .f_feature_img .f_feature_icon.f_left {
  left: 0;
}
.f_features .f_feature_title {
  color: #ec8e00;
  font-size: 32px;
  margin-top: 55px;
}
.f_features .f_feature_desc {
  color: #24444b;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.f_features .f_feature_desc ul {
  padding-left: 20px;
  margin-top: 20px;
}
.f_features .f_feature_desc a {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #1a6cda;
}
.f_features .f_feature_desc .rz {
  margin: 12px 0;
}
.f_features .f_feature_desc span {
  background: #f5fe91;
}
.f_features .f_feature_title_mini {
  color: #ec8e00;
  font-size: 24px;
}
.f_features .f_feature_desc_mini {
  color: #24444b;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.f_features .f_feature_desc_mini span {
  background: #f5fe91;
}
.f_features .f_feature_desc_mini a {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #1a6cda;
}
.f_features .f_feature_desc_mini a.inf_link {
  margin: 0;
}
.f_features .f_feature_img_mini img {
  max-width: 100%;
  height: auto;
}
.f_features_bg {
  background: #eaebf1 url("../images/feat_bg.png") top center no-repeat;
  height: 128px;
}
.solutions {
  min-height: 550px;
  background: #eaebf1 url("../images/clouds.png") center center no-repeat;
  background-size: contain;
}
.solutions .solutions_title {
  font-size: 16px;
  color: #717174;
  padding: 20px 0;
  text-align: center;
}
.solutions .sol_title {
  color: #ec8e00;
  font-size: 24px;
  margin-top: 20px;
}
.solutions .sol_desc {
  color: #24444b;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.solutions .sol_desc a {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #1a6cda;
  text-decoration: none;
}
.solutions .sol_desc a.inf_link {
  margin: 0;
}
.solutions .sol_img {
  margin-top: 30px;
}
.solutions .sol_img img {
  max-width: 100%;
  height: auto;
}
.solutions .sol_l {
  margin-top: 20px;
}
.solutions .sol_l a {
  color: #1a6cda;
}
.clouds_area.sol_clouds {
  margin-top: 30px !important;
  background-image: url("../images/clouds2s.png");
  background-color: transparent;
  min-height: 102px !important;
}
.list_features .list_features_title {
  color: #ec8e00;
  font-size: 24px;
  margin-bottom: 25px;
}
.list_features ul {
  padding-left: 40px;
  list-style: none;
  margin-bottom: 0;
}
.list_features ul li {
  vertical-align: middle;
  position: relative;
  line-height: 19px;
  padding: 6px 0;
  color: #24444b;
  font-size: 16px;
}
.list_features ul li a {
  color: #1a6cda;
}
.list_features ul li:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/list_f.png");
  left: -40px;
  top: 6px;
}
.list_features ul li.and_more {
  display: none;
}
.list_features ul li.and_more:before {
  background: none !important;
}
span.marker {
  background: #f5fe91;
}
.p_service {
  margin: 85px 0 100px;
}
.p_service .p_girl {
  margin-bottom: 20px;
}
.p_service .p_girl img {
  max-width: 100%;
  height: auto;
}
.p_service .p_title {
  color: #ec8e00;
  font-size: 24px;
}
.p_service .p_desc {
  color: #24444b;
  font-size: 16px;
  margin-top: 20px;
}
.single_feature_area {
  margin: 45px 0 70px;
}
.single_feature_area .single_feature_title {
  color: #ec8e00;
  font-size: 32px;
}
.single_feature_area .single_feature_desc {
  margin: 30px 0 50px;
  font-size: 16px;
  color: #24444b;
  line-height: 26px;
}
.single_feature_area .single_feature_desc img {
  display: block;
  margin: 25px 0 35px;
  max-width: 100%;
  height: auto;
  outline: 1px solid #a8afba;
  box-sizing: border-box;
}
.single_feature_area .single_feature_desc img.no_cont_img {
  margin-top: 5px;
  outline: 0;
}
.single_feature_area .single_feature_desc ul {
  margin: 20px 0;
}
.single_feature_area .feature_help {
  font-size: 18px;
  color: #1a6cda;
  line-height: 1.8;
}
.single_feature_area .feature_help:hover {
  color: #1a6cda;
}
.single_feature_area .feature_help .feature_help_icon {
  display: inline-block;
  background: #6b96cf;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 15px;
}
.top_features {
  background: #faf6dc;
  border-radius: 5px;
  padding: 30px 20px 40px;
}
.top_features a {
  color: #1a6cda;
}
.top_features .top_features_title {
  color: #ec8e00;
  font-size: 20px;
}
.top_features ul {
  color: #24444b;
  margin: 20px 0 40px;
  line-height: 30px;
  font-size: 14px;
}
.top_features img {
  max-width: 100%;
  height: auto;
}
.top_features p.send_desc {
  font-size: 16px;
  line-height: 25px;
  color: #24444b;
  margin: 40px 0;
}
.contact_area {
  margin: 50px 0;
}
.contact_area a {
  color: #1a6cda;
}
.contact_area img {
  max-width: 100%;
  height: auto;
}
.contact_area .contact_title {
  margin-top: 20px;
  font-size: 26px;
  color: #24444b;
  line-height: 39px;
}
.contact_area .contact_check {
  margin-top: 30px;
  font-size: 18px;
  color: #24444b;
}
.contact_area .contact_social {
  margin-top: 55px;
}
.contact_area .contact_social span {
  display: block;
  color: #24444b;
  font-size: 16px;
  margin-bottom: 25px;
}
.contact_area .contact_social a {
  margin-right: 48px;
  font-size: 16px;
  font-weight: bold;
}
.contact_area .contact_social a img {
  margin-right: 20px;
}
.contact_area .hyperspin {
  margin-top: 60px;
}
.contact_area .hyperspin span {
  display: block;
  margin-top: 20px;
  color: #24444b;
  font-size: 16px;
  line-height: 26px;
}
.testimonials_area {
  margin: 50px 0 70px;
}
.testimonials_area .testimonials_item {
  margin-bottom: 25px;
}
.testimonials_area .testimonials_item > div {
  display: inline;
  line-height: 28px;
  position: relative;
  padding-left: 35px;
  color: #24444b;
  font-size: 16px;
}
.testimonials_area .testimonials_item > div p:first-child {
  display: inline;
}
.testimonials_area .testimonials_item > div p:nth-child(2) {
  margin-top: 10px;
}
.testimonials_area .testimonials_item > div:before {
  content: '“';
  font-size: 65px;
  font-weight: bold;
  color: #757578;
  line-height: 15px;
  font-family: Arial;
  position: absolute;
  top: 16px;
  left: 0;
}
.testimonials_area .testimonials_item .author {
  text-align: right;
  color: #94b1b7;
  margin-top: 5px;
}
.testimonials_area .testimonials_item.bordered {
  border-top: 2px solid #dee0e2;
  border-bottom: 2px solid #dee0e2;
  padding: 15px 0;
}
.testimonials_area .testimonials_item.bordered > div {
  color: #437e8b;
  line-height: 29px;
  font-size: 20px;
  display: block;
  padding-left: 75px;
  font-style: italic;
}
.testimonials_area .testimonials_item.bordered > div:before {
  font-family: Georgia;
  color: #dee0e2;
  font-size: 72px;
  left: 10px;
  top: 25px;
}
.academy_area .academy_item {
  color: #24444b;
  margin-bottom: 25px;
}
.academy_area .academy_item .ac_img {
  max-width: 100%;
  height: auto;
  outline: 1px solid #a8afba;
  margin-bottom: 10px;
}
.academy_area .academy_item .title {
  font-size: 16px;
  font-weight: bold;
}
.academy_area .academy_item .desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
  padding-right: 20px;
}
.academy_area .academy_item.no_image {
  margin-top: 10px;
}
.academy_area .academy_item.no_image .academy_n {
  color: #94b1b7;
  font-size: 42px;
}
.academy_area .academy_title {
  color: #ec8e00;
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 10px;
}
.academy_area .ac_question {
  margin: 50px 0;
  color: #24444b;
  font-size: 16px;
}
.academy_area .ac_question span {
  font-weight: bold;
}
.academy_area .ac_guide {
  font-size: 16px;
  margin-top: 40px;
  display: block;
}
.academy_area .ac_guide img {
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}
.academy_area .ac_start_help {
  font-size: 14px;
  color: #717174;
  text-align: center;
  margin-top: 5px;
}
.academy_area ul.ac_ul {
  line-height: 23px;
}
.faq_area {
  color: #24444b;
}
.faq_area .faq_item {
  margin-bottom: 40px;
}
.faq_area .faq_item .faq_q {
  font-size: 16px;
  font-weight: bold;
}
.faq_area .faq_item .faq_a {
  margin-top: 15px;
  font-size: 15px;
}
.btn_green {
  display: block;
  text-align: center;
  background: #00a000;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  padding: 13px;
}
.btn_green:hover {
  background: #02b402;
}
.signup_area {
  color: #24444b;
  margin-top: 40px;
}
.signup_area .sign_title {
  font-size: 26px;
  text-align: center;
  margin: 0;
  line-height: 30px;
}
.signup_area .sign_form_area {
  background: #fff;
  margin-top: 20px;
  padding: 30px 0 70px;
}
.signup_area .sign_form_item {
  margin: 0 0 10px 220px;
  position: relative;
}
.signup_area .sign_form_item > * {
  display: inline-block;
  width: auto;
  font-size: 16px;
}
.signup_area .sign_form_item label {
  width: 200px;
  text-align: right;
  font-weight: normal;
}
.signup_area .sign_form_item label fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.signup_area .sign_form_item .form-control {
  width: 285px;
  margin-left: 5px;
  box-shadow: none;
  border-radius: 0;
  background: #dbfcfe;
  border-color: #bad6d8;
}
.signup_area .sign_form_item .form-control[disabled],
.signup_area .sign_form_item .form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.signup_area .sign_form_item.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.signup_area .sign_form_item.has-error .form_warning {
  display: block;
}
.signup_area .sign_form_item.has-error input {
  border-color: #a94442;
  box-shadow: none !important;
}
.signup_area .sign_form_item.has-error .help-acc {
  display: none;
}
.signup_area .sign_form_item .sign_domen {
  color: #676765;
  margin-left: 5px;
}
.signup_area .sign_form_item button.btn {
  margin-left: 209px;
  width: 286px;
  background-image: none;
  margin-top: 20px;
  padding: 13px 32px;
  font-size: 18px;
  font-weight: normal;
}
.signup_area .sign_form_item .form_warning {
  left: 507px;
  bottom: 2px;
  display: none;
  font-size: 12px;
  white-space: nowrap;
}
.signup_area .sign_form_item .form_warning:after {
  left: -20px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-right-color: #5b5b5b;
  border-width: 10px;
  margin-top: -10px;
}
.signup_area .sign_form_item .help-acc {
  display: block;
  margin-left: 210px;
  font-size: 11px;
  color: #a3a3a3;
}
.signup_area .sign_form_item input.form-control:active,
.signup_area .sign_form_item input.form-control:focus,
.signup_area .sign_form_item select.form-control:active,
.signup_area .sign_form_item select.form-control:focus {
  background: #faf6df;
  border-color: #d4d1bd;
}
.signup_area .sign_form_terms {
  color: #888885;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 375px;
  width: 405px;
}
.signup_area .credit_img {
  display: inline-block;
  margin-top: -3px;
  padding-left: 6px;
}
.signup_area label.radio-inline {
  width: auto;
  margin-left: 10px;
}
.signup_area .card_info {
  text-align: center;
  padding: 0px 0px 8px;
  font-size: 11px;
  color: #a3a3a3;
  font-weight: normal;
}
.signup_area .expiry_date select.form-control {
  width: 90px;
  display: inline-block !important;
}
.signup_area .expiry_date select.form-control:first-child {
  width: 65px;
}
.signup_area .expiry_date span {
  margin: 0px 2px 0 6px;
  display: inline-block;
}
.signup_area .secure_check {
  padding: 5px 0px 5px 17px;
  margin-left: 10px;
  background-image: url("../images/red_lock.png");
  background-repeat: no-repeat;
  font-size: 11px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  background-position: 0px 2px;
  color: #ba152d;
}
.signup_area .help_inline {
  font-size: 11px;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #a3a3a3;
  margin-left: 10px;
}
.signup_area .sign_form_wall {
  margin: 0 auto 15px;
  padding: 2px 0px 3px 6px;
  text-align: left;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
  color: #de9d29;
  font-weight: bold;
  border-bottom: 1px solid #de9d29;
}
.signup_area .form-control.card_cvc {
  width: 85px;
}
.for_edu_area img.ac_img {
  border: none !important;
}
.for_edu_area ul.t_list li {
  margin: 20px 0;
  line-height: 20px;
}
.for_edu_area .academy_item .desc {
  position: relative;
}
.for_edu_area .academy_item .desc .desc2 {
  display: inline;
  padding-left: 35px !important;
}
.for_edu_area .academy_item .desc .desc2:before {
  content: '“';
  font-size: 55px;
  font-weight: bold;
  color: #757578;
  line-height: 15px;
  font-family: Arial;
  position: absolute;
  top: 22px;
  left: 0px;
}
.for_edu_area .academy_item .desc .author {
  display: block;
  text-align: right;
  margin-top: 10px;
  color: #94b1b7;
  font-size: 14px;
}
.for_edu_area .edu_logos {
  text-align: center;
  margin-top: 50px;
}
.for_edu_area .edu_logos img {
  margin: 0 15px 15px 0;
}
.for_edu_area .edu_ul {
  line-height: 20px;
}
.compare_area {
  font-size: 16px;
  color: #24444b;
}
.compare_area span.arrow {
  font-size: 12px;
  margin-right: 10px;
}
.compare_area p {
  padding: 10px 0;
  line-height: 26px;
}
.compare_area .compare_title {
  font-size: 20px;
  color: #ec8e00;
}
.compare_area .compare_img_area .comp_img {
  margin-bottom: 15px;
  text-align: center;
}
.compare_area .compare_img_area .comp_img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #a8afba;
  display: inline-block;
}
.compare_area .compare_img_area .compare_img_title_logo {
  text-align: center;
  margin: 30px 0 10px;
  height: 65px;
}
.compare_area .compare_table {
  margin: 50px 0 30px;
}
.compare_area .compare_table .logos .item {
  background: none !important;
}
.compare_area .compare_table .logos .item img {
  max-width: 120px;
  max-height: 60px;
}
.compare_area .compare_table .logos .title {
  border: none !important;
}
.compare_area .compare_table .title,
.compare_area .compare_table .item {
  float: left;
  width: 33.33333333333%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 7px 0;
  min-height: 37px;
  white-space: nowrap;
  overflow: hidden;
}
.compare_area .compare_table .item {
  background: #f4f6fa;
  text-align: center;
}
.compare_area .compare_table .title {
  text-align: right;
  padding-right: 20px;
}
.compare_area .compare_table .no_bg {
  background: none !important;
}
.compare_area ul {
  line-height: 28px;
}
.alert {
  border-radius: 0;
}
.alert.alert-warning {
  background: #ffffe0;
  border-color: #d7d700;
  color: #24444b;
  font-size: 16px;
}
.plans_areas .pricing_title {
  color: #2d2d2c;
  font-size: 26px;
  text-align: center;
  margin-top: 25px;
}
.plans_areas .pricing_desc {
  color: #2d2d2c;
  font-size: 18px;
  text-align: center;
  margin-top: 3px;
}
.plans_areas .plans_area {
  text-align: center;
  margin-top: 45px;
}
.plans_areas .plans_area .plans_item:first-child {
  margin-left: 0;
}
.plans_areas .plans_area .plans_item:last-child {
  margin-right: 0;
}
.plans_areas .plans_area .plans_item:last-child:after {
  border: none;
}
.plans_areas .plans_item {
  display: inline-block;
  width: 206px;
  margin: 0 10px 0 10px;
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
  padding-bottom: 17px;
  background: #eef4f7;
  border-radius: 5px;
  overflow: hidden;
}
.plans_areas .plans_item.plus .plans_item_top {
  background: #2cb6d4;
}
.plans_areas .plans_item.premium .plans_item_top {
  background: #129dbb;
}
.plans_areas .plans_item.enterprise .plans_item_top {
  background: #0082a2;
}
.plans_areas .plans_item.business .plans_item_top {
  background: #006582;
}
.plans_areas .plans_item .btn-green {
  width: 70%;
  background-image: none;
  margin-top: 15px;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
.plans_areas .plans_item_top {
  box-sizing: border-box;
  background: #4ed5f4;
  width: 100%;
  height: 108px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.plans_areas .plans_item_top i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 32px;
  margin-right: 5px;
}
.plans_areas .plans_item_top span {
  font-size: 60px;
  margin: 0 0 0 -7px;
  display: inline-block;
  font-weight: 400;
}
.plans_areas .plans_item_top div {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-top: -5px;
}
.plans_areas .price_options {
  color: #24444b;
  font-size: 16px;
  margin-top: 25px;
}
.plans_areas .price_options div {
  margin-bottom: 7px;
}
.plans_areas .price_options div span {
  border-bottom: 1px dotted #24444b;
  margin-left: 5px;
  cursor: pointer;
}
.plans_areas .price_options .users {
  color: #0082a2;
  font-size: 24px;
  margin-bottom: 15px;
}
.plans_areas .pricing_line {
  height: 1px;
  border-bottom: 1px solid #cacaca;
  margin-top: 10px;
}
.plans_areas .pricing_or {
  background: #fff;
  width: 76px;
  text-align: center;
  display: inline-block;
  color: #24444b;
  font-size: 30px;
  line-height: 30px;
  margin-top: -16px;
  margin-left: -38px;
  position: absolute;
  font-weight: bold;
  left: 50%;
}
.plans_areas .trial_title {
  font-weight: bold;
  color: #24444b;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.plans_areas .trial_desc {
  color: #717174;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.plans_areas .trial_button button {
  margin-top: 25px;
  background-image: none;
  padding: 13px 5px;
  width: 345px;
  text-align: center;
}
.plans_areas .trial_button_desc {
  color: #7d7d7a;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.plans_areas .plans_desc {
  text-align: center;
  color: #717174;
  line-height: 26px;
  margin: 30px 0;
  font-size: 14px;
}
.plans_areas .plans_desc.prepay {
  font-size: 16px;
}
.plans_areas ul.discount_list {
  text-align: center;
  margin-top: 40px;
}
.plans_areas ul.discount_list li {
  display: inline-block;
}
.plans_areas ul.discount_list li:first-child:after {
  content: "|";
  margin: 0 6px 0 10px;
  color: #24444b;
}
.plans_areas ul.discount_list li a {
  font-size: 16px;
}
.plans_areas .discount_area {
  display: none;
}
.plans_areas .discount {
  padding-top: 5px;
}
.plans_areas .discount .discount_area {
  display: block;
}
.plans_areas .discount .discount_area span {
  font-size: 46px;
  color: #b7ffaf;
  margin-top: -10px;
}
.plans_areas .discount .discount_area i {
  font-size: 22px;
  color: #b7ffaf;
  margin-top: 0px;
  margin-right: 2px;
}
.plans_areas .discount > span {
  text-decoration: line-through;
  font-size: 40px;
  margin-top: -13px;
}
.plans_areas .discount > i {
  font-size: 17px;
  margin-top: -4px;
  margin-right: 3px;
}
.plans_areas .discount div {
  margin-top: -13px;
  margin-left: 0;
}
.plans_areas .ssae_area .ssae {
  background: #eef4f7;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.plans_areas .ssae_area .ssae .left {
  width: 30%;
}
.plans_areas .ssae_area .ssae .left img {
  max-width: 100%;
  height: auto;
}
.plans_areas .ssae_area .ssae .right {
  width: 68%;
  font-size: 14px;
  line-height: 24px;
  color: #24444b;
}
.plans_areas .plans_faq_title {
  text-align: center;
  color: #ec8e00;
  font-size: 24px;
  margin-top: 30px;
}
.plans_areas .plans_faq {
  margin-top: 30px;
  font-size: 16px;
}
.plans_areas .plans_faq .plans_faq_item {
  margin-bottom: 40px;
}
.plans_areas .plans_faq .plans_faq_item_title {
  font-weight: bold;
  margin-bottom: 15px;
}
.discount_title {
  font-size: 28px;
  font-weight: 600;
  color: #00a000;
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #00a000;
  text-align: center;
  margin-top: 10px;
}
.case_area {
  margin: 40px 0 60px;
}
.case_area .case_img {
  border: 1px solid #c7cbd1;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.case_area .case_img img {
  width: 1138px;
  max-width: 100%;
  height: auto;
}
.case_area .case_img .case_img_txt {
  position: absolute;
  z-index: 2;
  background: rgba(28,44,27,0.8);
  bottom: 94px;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 45px 5px 30px;
  text-align: right;
  font-size: 25px;
}
.case_area .case_img .case_img_txt2 {
  position: absolute;
  z-index: 2;
  background: rgba(28,44,27,0.8);
  bottom: 20px;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 45px 5px 30px;
  text-align: right;
  font-size: 45px;
}
.case_area .rc_info_left {
  border-right: 2px solid #f89e22;
  min-height: 200px;
}
.case_area .rc_info_left img {
  max-width: 100%;
  height: auto;
}
.case_area .rc_info_left .rc_desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 10px;
}
.case_area .rc_info_right .title {
  color: #ec8e00;
  font-size: 20px;
  margin-top: 5px;
}
.case_area .rc_info_right .web_site {
  margin: 8px 0 40px;
  display: block;
}
.case_area .rc_info_right .item {
  margin-top: 7px;
}
.case_area .case_desc {
  margin-top: 30px;
}
.case_area .case_desc .title {
  color: #ec8e00;
  font-size: 32px;
  margin-top: 40px;
}
.case_area .case_desc p {
  line-height: 26px;
  margin: 15px 0 20px;
  font-size: 16px;
}
.case_area .case_desc ul {
  font-size: 16px;
  line-height: 28px;
  margin-left: 30px;
}
.case_area .case_desc .case_desc_img {
  text-align: center;
  margin: 20px 0;
}
.case_area .case_desc .case_desc_img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #a8afba;
}
.case_area .testimonials_author .img {
  border-radius: 50em;
  border: 1px solid #92acca;
  overflow: hidden;
}
.case_area .testimonials_author .img img {
  width: 86px;
  height: 86px;
}
.case_area .testimonials_author .name {
  width: 200px;
  padding: 10px 0 0 25px;
  line-height: 25px;
  font-size: 18px;
  color: #24444b;
}
.case_area .testimonials_author .name.name2 {
  width: auto !important;
  text-align: right;
}
.case_area .testimonials_author .name.name2 .author_title {
  font-size: 14px;
  color: #2a2a2a;
}
.ul_link li {
  margin-bottom: 3px;
}
.ul_link li a {
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.pr_h2 {
  font-size: 19px;
}
.addthis_floating_style.addthis_32x32_style,
.addthis_floating_style.addthis_32x32_style .addthis_internal_container {
  width: auto !important;
}
.ballon {
  width: 155px;
  height: 299px;
  background: url("../images/ballon.png") no-repeat bottom center;
  position: absolute;
  top: -666px;
  right: -160px;
  transition: all 1.5s ease-out;
  overflow: hidden;
  opacity: 1;
  z-index: 99999999;
}
.ballon_off {
  top: -980px !important;
  opacity: 0 !important;
}
.gray_mini {
  color: #a7a7b8;
  font-size: 12px;
  display: inline-block;
}
.youtube_video {
  outline: 1px solid #a8afba;
}
.customer_stories_area {
  margin-top: 40px;
  margin-bottom: 50px;
}
.customer_stories_area .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #24444b;
}
.customer_stories_area .cust {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e6e3db;
  display: block;
  height: 139px;
  position: relative;
  max-width: 350px;
  margin: 0 auto 25px;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.customer_stories_area .cust img {
  transition: all 0.9s ease;
}
.customer_stories_area .cust:hover img {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.customer_stories_area .cust:hover .over {
  bottom: 0;
}
.customer_stories_area .cust .over {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 58px;
  background: rgba(0,0,0,0.7);
  width: 100%;
  color: #fff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  text-align: right;
  font-size: 20px;
}
.customer_stories_area .cust .over .small_font {
  font-size: 16px;
  margin-top: 3px;
}
.customer_stories_area .cust .over .category {
  font-size: 12px;
  color: #e1f4a8;
}
.mic_area .mic_title_area {
  border-bottom: 2px solid #50d6f5;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.mic_area .mic_title_area .mic_title_img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.mic_area .mic_title_area .mic_title_img img {
  outline: 0;
  margin: 0;
}
.mic_area .mic_title_area .mic_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #ec8e00;
  margin-top: -10px;
}
.mic_area .mic_title_area .mic_title .mic_subtitle {
  color: #24444b;
  font-size: 18px;
  margin-top: 15px;
}
.mic_area .testimonials_author {
  margin-top: -20px;
  font-size: 14px;
}
.mic_area .testimonials_author strong {
  font-size: 18px;
}
.office_line {
  border-bottom: 1px solid #dad7c0;
  margin: 30px 0;
}
.mic_form {
  background: #b9fbc9;
  padding-top: 30px;
}
.mic_form .top_form_area {
  background: #b9fbc9;
}
.mic_form .mic_form_title {
  font-size: 18px;
  color: #24444b;
  text-align: center;
}
.mic_form .mic_form_desc {
  font-size: 24px;
  color: #24444b;
  text-align: center;
  margin: 10px 0 20px;
}
.tablet .addthis_floating_style.addthis_32x32_style,
.tablet .addthis_floating_style.addthis_32x32_style .addthis_internal_container {
  display: none !important;
}
.tablet.landscape .compare_area .compare_table {
  font-size: 14px;
}
.tablet.landscape .compare_area .compare_table .item {
  background: #f4f6fa;
}
.tablet.landscape .compare_area .compare_table .title {
  padding: 7px 5px;
}
.tablet.landscape .header .logo {
  padding-top: 10px;
}
.tablet.landscape .header .logo img {
  width: auto;
  height: 45px;
}
.tablet.landscape .header .logo .site_title {
  width: 150px;
  padding-top: 2px;
}
.tablet.landscape .header .main_menu {
  margin-top: 7px;
}
.tablet.landscape .header .main_menu a {
  font-size: 15px;
  margin-right: 5px;
  padding: 5px 7px;
}
.tablet.landscape .header .menu {
  margin-top: 20px;
}
.tablet.landscape .header.small_header .menu {
  margin-top: 15px;
}
.tablet.landscape .header.small_header .main_menu {
  margin-top: 12px;
}
.tablet.landscape .header.small_header .logo {
  padding-top: 5px;
}
.tablet.landscape .main {
  padding-top: 65px;
}
.tablet.landscape .top_form input {
  width: 190px !important;
}
.tablet.landscape .signup_area .sign_form_item {
  margin-left: 150px;
}
.tablet.landscape .sign_form_terms {
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.tablet.portrait .slide4_bg {
  background-size: cover !important;
}
.tablet.portrait .sm_prev {
  left: 50px;
}
.tablet.portrait .sm_next {
  right: 50px;
}
.tablet.portrait .case_area .rc_info_left {
  border-bottom: 2px solid #f89e22;
  border-right: none;
}
.tablet.portrait .case_area .web_site {
  margin-bottom: 15px;
}
.tablet.portrait .list_features .and_more {
  display: block !important;
}
.tablet.portrait .site_title {
  display: none;
}
.tablet.portrait .main_menu {
  padding-top: 13px;
}
.tablet.portrait .main_menu a {
  font-size: 12px;
  margin-right: 5px;
  padding: 4px;
  height: auto;
}
.tablet.portrait .menu {
  padding: 0;
}
.tablet.portrait .top_form input {
  width: 135px !important;
}
.tablet.portrait .reviews .reviews_icon {
  width: 90px;
}
.tablet.portrait .reviews .reviews_icon img {
  max-width: 70px;
}
.tablet.portrait .clouds_area_title {
  font-size: 18px;
}
.tablet.portrait .clouds_area_title span {
  font-size: 26px;
}
.tablet.portrait .clouds_logo_item {
  margin: 0 5px;
}
.tablet.portrait .clouds_logo_item img {
  max-width: 65px !important;
  max-height: 35px !important;
}
.tablet.portrait .social img {
  width: auto;
  height: 40px;
}
.tablet.portrait .app_store img {
  width: auto;
  height: 40px;
}
.tablet.portrait .subheader_title {
  margin-top: 10px;
  font-size: 30px;
  text-align: center;
}
.tablet.portrait ul.subheader_menu {
  text-align: left;
  margin-top: 25px;
}
.tablet.portrait ul.subheader_menu li {
  margin-bottom: 15px;
  width: 24.5%;
  text-align: center;
}
.tablet.portrait ul.subheader_menu li a {
  margin-bottom: 5px;
  font-size: 14px;
}
.tablet.portrait ul.subheader_menu li a.active {
  padding: 5px 10px;
}
.tablet.portrait .f_devices {
  height: 350px;
}
.tablet.portrait .f_devices .macbook {
  width: 700px;
  margin-left: -400px;
}
.tablet.portrait .f_devices .iphone {
  width: 150px;
  margin-right: -310px;
}
.tablet.portrait .f_features .f_feature_img {
  text-align: center;
  display: block;
}
.tablet.portrait .f_features .f_feature_img .f_feature_icon {
  right: 50%;
  margin-right: -200px;
}
.tablet.portrait .f_features .f_feature_img .f_feature_icon.f_left {
  left: auto;
}
.tablet.portrait .f_features .f_feature_title {
  text-align: center;
  margin-top: 25px;
}
.tablet.portrait .f_features .f_feature_desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaebf1;
}
.tablet.portrait .f_features .f_feature_img_mini {
  text-align: center;
  margin: 0 !important;
}
.tablet.portrait .f_features .f_feature_img_mini img {
  margin: 0 !important;
}
.tablet.portrait .f_features .f_feature_title_mini {
  margin-top: 15px;
  text-align: center;
}
.tablet.portrait .f_features .f_feature_desc_mini {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaebf1;
}
.tablet.portrait .f_features .mt50 {
  margin-top: 20px;
}
.tablet.portrait .p_service {
  margin: 40px 0;
}
.tablet.portrait .p_service .p_girl {
  text-align: center;
}
.tablet.portrait .p_service .p_title {
  text-align: center;
  font-size: 20px;
}
.tablet.portrait .not_tablet_portrait {
  display: none !important;
}
.tablet.portrait .subheader.r_sub .subheader_title {
  font-size: 40px !important;
  margin-top: 30px;
  text-align: left;
}
.tablet.portrait .signup_area .sign_form_area {
  padding: 20px 0;
}
.tablet.portrait .signup_area .sign_form_item {
  margin: 0 auto 20px;
  width: 70%;
}
.tablet.portrait .signup_area .sign_form_item label {
  display: block !important;
  width: 100%;
  text-align: left;
}
.tablet.portrait .signup_area .sign_form_item .form-control {
  display: block !important;
  width: 100%;
  margin-left: 0;
}
.tablet.portrait .signup_area .sign_form_item .sign_domen {
  display: block !important;
  width: 100%;
  text-align: left;
}
.tablet.portrait .signup_area .sign_form_item button.btn {
  margin-left: 0px;
  width: 100%;
  background-image: none;
  margin-top: 20px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: normal;
}
.tablet.portrait .signup_area .sign_form_item .form_warning {
  left: 0px;
  bottom: auto;
  top: 65px;
}
.tablet.portrait .signup_area .sign_form_item .form_warning:after {
  left: 10px;
  top: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-bottom-color: #f0b9b9;
  border-width: 10px;
  margin-top: -10px;
}
.tablet.portrait .signup_area .sign_form_item.has-error {
  margin-bottom: 32px;
}
.tablet.portrait .signup_area .sign_form_item.has-error .sign_domen {
  display: none !important;
}
.tablet.portrait .signup_area .sign_form_item .help-acc {
  margin-left: 5px;
}
.tablet.portrait .signup_area .sign_form_item .credit_img {
  margin-top: 5px;
}
.tablet.portrait .signup_area .sign_form_item.expiry_date > * {
  display: inline-block !important;
}
.tablet.portrait .signup_area .sign_form_item.expiry_date select {
  width: 30%;
}
.tablet.portrait .signup_area .sign_form_terms {
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.tablet.portrait .signup_area .sign_title {
  font-size: 25px;
}
.tablet.portrait .plans_areas .plans_item {
  margin-bottom: 25px !important;
}
.tablet .head_bg .head_bg2 .head_bg3strip {
  height: 399px;
}
.tablet .head_bg {
  height: 400px;
}
.tablet .head_bg .head_bg2 {
  height: 400px;
}
.tablet .head_bg .head_bg2 .men img {
  height: auto;
}
.tablet .head_bg .head_bg2 .men.slide1 img {
  width: 480px;
}
.tablet .head_bg .head_bg2 .men.slide2 img {
  width: 580px;
}
.tablet .head_bg .head_bg2 .men.slide3 img {
  width: 680px;
  margin-left: -10px;
}
.tablet .head_bg .head_bg2 .men.slide4 img {
  width: 948px;
}
.tablet .head_bg .head_bg2 .men.slide4 .slide4_bg {
  height: 395px;
  background-size: contain;
}
.tablet .head_bg .head_bg2 .head_title {
  padding-top: 15px;
  font-size: 20px;
}
.tablet .head_bg .head_bg2 .men {
  margin-top: 35px;
}
.tablet .big_title {
  font-size: 26px;
  margin: 25px 0;
}
.tablet .features .feature_item .feature_item_title {
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
}
.tablet .features .feature_item .feature_item_desc {
  margin-top: 15px;
  font-size: 14px;
}
.tablet .timeline_img img {
  width: 800px !important;
  margin-left: auto !important;
}
.tablet .reviews {
  margin-top: 0;
}
.tablet .clouds_area .clouds_area_title {
  padding-top: 80px;
}
.tablet .clouds_area .clouds_logo_item {
  margin: 0 7px;
}
.tablet .clouds_area .clouds_logo_item img {
  max-width: 80px;
  max-height: 40px;
}
.tablet .footer_products .footer_products_title {
  margin-right: 5px;
}
.tablet .footer_products .footer_products_items {
  display: inline-block;
  vertical-align: middle;
}
.tablet .footer_products .footer_products_items a {
  display: inline-block;
  margin: 0 10px;
}
.tablet .footer_products .footer_products_items a img {
  max-height: 35px;
}
.tablet .f_devices {
  height: 450px;
}
.tablet .f_devices .macbook {
  width: 900px;
  margin-left: -500px;
  bottom: -20px;
}
.tablet .f_devices .iphone {
  width: 200px;
  margin-right: -400px;
}
.tablet .solutions .sol_img {
  text-align: center;
  margin-top: 10px;
}
.tablet .solutions .sol_title {
  text-align: center;
}
.tablet .plans_areas .plans_item {
  width: 186px;
  margin: 0 5px 0 5px;
}
.tablet .plans_areas .price_options {
  font-size: 14px;
}
.tablet .plans_areas .price_options .users {
  font-size: 20px;
}
.mobile .mic_title_img {
  display: none !important;
}
.mobile .sm_prev,
.mobile .sm_next {
  display: none;
}
.mobile .head_bg .head_bg2 .head_bg3strip {
  height: 199px;
}
.mobile .case_area .rc_info_left {
  border-bottom: 2px solid #f89e22;
  border-right: none;
}
.mobile .case_area .web_site {
  margin-bottom: 15px;
}
.mobile .case_area ul {
  margin-left: 0;
}
.mobile .case_area .title {
  font-size: 26px;
}
.mobile .case_area .case_img {
  border-radius: 5px;
}
.mobile .case_area .case_img .case_img_txt {
  font-size: 14px;
  bottom: 28px;
  text-align: left;
  padding: 0px 10px;
  display: none;
}
.mobile .case_area .case_img .case_img_txt2 {
  font-size: 20px;
  font-weight: bold;
  bottom: 0;
  text-align: left;
  padding: 0px 10px;
}
.mobile .compare_area .compare_table .title,
.mobile .compare_area .compare_table .item {
  min-height: 45px;
  white-space: normal;
  font-size: 14px;
}
.mobile .compare_area .compare_table .item {
  float: left;
  width: 50%;
  line-height: 16px;
}
.mobile .compare_area .compare_table .item img {
  margin-top: 6px;
}
.mobile .compare_area .compare_table .title {
  padding: 7px 7px 4px 7px;
  float: none;
  width: 100%;
  min-height: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #a8afba;
  margin-top: 15px;
}
.mobile .list_features .and_more {
  display: block !important;
}
.mobile .not_mobile {
  display: none !important;
}
.mobile.landscape .timeline_img img {
  width: 820px !important;
  margin-left: auto;
}
.mobile.landscape .plans_areas .plans_item {
  width: 45%;
  margin: 0 5px 15px;
}
.mobile .slicknav_menu {
  display: block;
}
.mobile .header .logo {
  position: absolute;
  top: 10px;
  padding: 0;
}
.mobile .header .logo img {
  height: 30px;
  width: auto;
}
.mobile .header .site_title {
  display: none;
}
.mobile .header.small_header .logo,
.mobile .header.small_header .slicknav_menu {
  display: none;
}
.mobile .header .col-sm-4 {
  position: static;
}
.mobile ul.menu {
  display: none !important;
}
.mobile .main_menu {
  margin: 7px 0;
  padding-top: 0px;
}
.mobile .main_menu a {
  width: 31%;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  font-size: 15px;
  padding: 3px;
  margin: 0 1.16666667%;
}
.mobile .head_bg {
  height: 200px;
}
.mobile .head_bg .head_bg2 {
  height: 200px;
}
.mobile .head_bg .head_bg2 .men {
  margin-top: 10px;
  display: none;
}
.mobile .head_bg .head_bg2 .men img {
  width: 170px;
  height: auto;
}
.mobile .head_bg .head_bg2 .head_title {
  font-size: 18px;
  padding: 40px 10px 0;
}
.mobile .head_bg .head_bg2 .watch_video {
  margin-top: 40px;
}
.mobile .top_form input {
  width: 100% !important;
  margin: 0;
}
.mobile .top_form .btn-green {
  width: 100%;
}
.mobile .top_form .help-acc {
  display: none;
}
.mobile .big_title {
  font-size: 22px;
  margin: 15px 0;
}
.mobile .big_title_help {
  font-size: 14px;
  margin-top: -15px;
}
.mobile .features .feature_item {
  width: 100%;
  height: auto !important;
  float: none;
}
.mobile .features .feature_item .feature_item_in {
  height: auto !important;
}
.mobile .features .feature_item .feature_item_title {
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}
.mobile .features .feature_item .feature_item_desc {
  padding-bottom: 15px;
  margin-top: 10px;
}
.mobile .features .feature_item .feature_item_in {
  margin: 20px 0;
  height: 280px;
}
.mobile .features .feature_item .feature_item_in:after {
  border: none !important;
}
.mobile .features .feature_item .feature_item_in:before {
  content: "";
  width: 90%;
  left: 5%;
  bottom: 0;
  position: absolute;
  border-bottom: 1px solid #c0eefb;
}
.mobile .timeline_img img {
  width: 800px !important;
  margin-left: -256px;
}
.mobile .reviews {
  margin-top: 10px;
}
.mobile .reviews .reviews_title {
  font-weight: bold;
  font-size: 18px;
}
.mobile .reviews .reviews_author {
  margin-top: 5px !important;
}
.mobile .reviews .reviews_item {
  display: block;
  max-height: auto;
  padding: 0;
  margin-top: 10px;
}
.mobile .reviews .reviews_item > * {
  display: block;
}
.mobile .reviews .reviews_item .reviews_icon {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.mobile .reviews .reviews_item .reviews_icon img {
  max-height: 50px;
}
.mobile .clouds_area .clouds_area_title {
  padding-top: 80px;
  font-size: 16px;
}
.mobile .clouds_area .clouds_area_title span {
  font-size: 20px;
}
.mobile .clouds_logo_item {
  margin: 3px 7px !important;
}
.mobile .clouds_logo_item img {
  max-width: 80px;
  max-height: 40px;
}
.mobile .footer_block {
  margin-bottom: 20px;
  border-bottom: 1px solid #2e7787;
  padding-bottom: 10px;
}
.mobile .footer_block ul li {
  line-height: 26px;
}
.mobile .footer_border {
  border-left: 0;
}
.mobile .footer_products .footer_products_title {
  display: block;
  margin: 0 0 10px 0;
}
.mobile .footer_products .footer_products_items {
  display: block;
}
.mobile .footer_products .footer_products_items a {
  display: inline-block;
  margin: 10px;
}
.mobile .footer_products .footer_products_items a img {
  max-height: 40px;
}
.mobile .subheader_title {
  margin-top: 10px;
  font-size: 30px;
  text-align: center;
}
.mobile ul.subheader_menu {
  text-align: left;
  margin-top: 25px;
}
.mobile ul.subheader_menu li {
  margin-bottom: 15px;
  width: 49%;
  text-align: center;
}
.mobile ul.subheader_menu li a {
  margin-bottom: 5px;
  font-size: 14px;
}
.mobile ul.subheader_menu li a.active {
  padding: 5px 10px;
}
.mobile .f_devices {
  height: 230px;
}
.mobile .f_devices .macbook {
  width: 380px;
  margin-left: -193px;
  bottom: 0px;
}
.mobile .f_devices .iphone {
  width: 70px;
  margin-right: -155px;
}
.mobile .f_features .f_feature_title {
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
}
.mobile .f_features .f_feature_desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaebf1;
}
.mobile .f_features .f_feature_img_mini {
  text-align: center;
  margin: 0 !important;
}
.mobile .f_features .f_feature_img_mini img {
  margin: 0 !important;
}
.mobile .f_features .f_feature_title_mini {
  margin-top: 15px;
  text-align: center;
}
.mobile .f_features .f_feature_desc_mini {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaebf1;
}
.mobile .f_features .mt50 {
  margin-top: 20px;
}
.mobile .sol_img {
  text-align: center;
}
.mobile .sol_title {
  text-align: center;
}
.mobile .p_service {
  margin: 40px 0;
}
.mobile .p_service .p_girl {
  text-align: center;
}
.mobile .p_service .p_title {
  text-align: center;
  font-size: 20px;
}
.mobile .solutions .sol_img {
  text-align: center;
  margin-top: 10px;
}
.mobile .solutions .sol_title {
  text-align: center;
}
.mobile .subheader.r_sub {
  min-height: 70px;
}
.mobile .contact_social {
  margin-top: 35px;
}
.mobile .contact_social a {
  display: block;
  margin-bottom: 10px;
}
.mobile .contact_area img {
  max-width: 200px;
}
.mobile .contact_area .contact_title {
  font-size: 18px;
  line-height: 26px;
}
.mobile .academy_n {
  font-size: 30px !important;
}
.mobile .signup_area .sign_form_area {
  padding: 20px 0;
}
.mobile .signup_area .sign_form_item {
  margin: 0 auto 20px;
  width: 95%;
}
.mobile .signup_area .sign_form_item label {
  display: block !important;
  width: 100%;
  text-align: left;
}
.mobile .signup_area .sign_form_item .form-control {
  display: block !important;
  width: 100%;
  margin-left: 0;
}
.mobile .signup_area .sign_form_item .sign_domen {
  display: block !important;
  width: 100%;
  text-align: left;
}
.mobile .signup_area .sign_form_item button.btn {
  margin-left: 0px;
  width: 100%;
  background-image: none;
  margin-top: 20px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: normal;
}
.mobile .signup_area .sign_form_item .form_warning {
  left: 0px;
  bottom: auto;
  top: 65px;
}
.mobile .signup_area .sign_form_item .form_warning:after {
  left: 10px;
  top: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-bottom-color: #5b5b5b;
  border-width: 10px;
  margin-top: -10px;
}
.mobile .signup_area .sign_form_item.has-error {
  margin-bottom: 32px;
}
.mobile .signup_area .sign_form_item.has-error .sign_domen {
  display: none !important;
}
.mobile .signup_area .sign_form_item .help-acc {
  margin-left: 5px;
}
.mobile .signup_area .sign_form_item .credit_img {
  margin-top: 5px;
}
.mobile .signup_area .sign_form_item.expiry_date > * {
  display: inline-block !important;
}
.mobile .signup_area .sign_form_item.expiry_date select {
  width: 46%;
}
.mobile .signup_area .sign_form_terms {
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.mobile .signup_area .sign_title {
  font-size: 20px;
}
.mobile .plans_areas .plans_item {
  width: 90%;
  margin: 0 auto 15px;
}
.mobile .plans_areas .trial_button button {
  width: 92%;
}
.mobile .plans_areas ul.discount_list {
  margin-top: 15px;
}
.mobile .plans_areas ul.discount_list li {
  display: block;
}
.mobile .plans_areas ul.discount_list li:first-child:after {
  content: "";
}
.mobile .plans_areas .ssae_area .ssae .left {
  width: 100%;
  text-align: center;
}
.mobile .plans_areas .ssae_area .ssae .right {
  width: 100%;
  margin-top: 15px;
}
.desktop .col-md-1,
.desktop .col-sm-1,
.desktop .col-md-2,
.desktop .col-sm-2,
.desktop .col-md-3,
.desktop .col-sm-3,
.desktop .col-md-4,
.desktop .col-sm-4,
.desktop .col-md-5,
.desktop .col-sm-5,
.desktop .col-md-6,
.desktop .col-sm-6,
.desktop .col-md-7,
.desktop .col-sm-7,
.desktop .col-md-8,
.desktop .col-sm-8,
.desktop .col-md-9,
.desktop .col-sm-9,
.desktop .col-md-10,
.desktop .col-sm-10,
.desktop .col-md-11,
.desktop .col-sm-11,
.desktop .col-md-12,
.desktop .col-sm-12 {
  float: left;
}
.desktop .col-md-1,
.desktop .col-sm-1 {
  width: 8.33333333%;
}
.desktop .col-md-2,
.desktop .col-sm-2 {
  width: 16.66666667%;
}
.desktop .col-md-3,
.desktop .col-sm-3 {
  width: 25%;
}
.desktop .col-md-4,
.desktop .col-sm-4 {
  width: 33.33333333%;
}
.desktop .col-md-5,
.desktop .col-sm-5 {
  width: 41.66666667%;
}
.desktop .col-md-6,
.desktop .col-sm-6 {
  width: 50%;
}
.desktop .col-md-7,
.desktop .col-sm-7 {
  width: 58.33333333%;
}
.desktop .col-md-8,
.desktop .col-sm-8 {
  width: 66.66666667%;
}
.desktop .col-md-9,
.desktop .col-sm-9 {
  width: 75%;
}
.desktop .col-md-10,
.desktop .col-sm-10 {
  width: 83.33333333%;
}
.desktop .col-md-11,
.desktop .col-sm-11 {
  width: 91.66666667%;
}
.desktop .col-md-12,
.desktop .col-sm-12 {
  width: 100%;
}
.desktop .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.desktop .contact_area .col-md-5 {
  width: 41.66666667%;
}
.desktop .contact_area .col-md-7,
.desktop .contact_area .col-sm-7 {
  width: 58.33333333%;
}
@media screen and (max-width: 1300px) {
  .addthis_floating_style.addthis_32x32_style,
  .addthis_floating_style.addthis_32x32_style .addthis_internal_container {
    display: none !important;
  }
}
@media (max-width: 370px) {
  .customer_stories_area .over {
    font-size: 16px !important;
    padding-top: 5px !important;
  }
  .customer_stories_area .over .small_font {
    font-size: 14px !important;
  }
}
