article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

body {
  line-height: 1.5;
  font-family: "Avenir Next" !important;
  font-size: 18px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h2 {
  font-size: 50px;
}

h6 {
  font-size: 24px;
}

input,
button,
select,
textarea {
  outline: none;
}

a {
  outline: none;
}

.list-group-item {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.pr {
  position: relative;
}

.no-padding {
  padding: 0 !important;
}

.pad-top-110 {
  padding-top: 95px;
}

.pad-bottom-110 {
  padding-bottom: 110px;
}

.parallax {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* header */

#main-header {
  background: #ffffff;
  opacity: 0.96;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}

#main-header.darkHeader {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

#main-header.darkHeader nav {
  margin: 15px 0;
}

#main-header .container {
  background: none;
}

#main-header .navbar-collapse {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  vertical-align: top;
}

#main-header .navbar-brand {
  padding: 0;
  max-width: 55px;
  height: auto;
}

#main-header .navbar-default .navbar-brand img {
  width: 100%;
  border-radius: 10px;
}

#main-header nav {
  text-align: left;
  margin: 24px 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  background: transparent;
  border: 0;
  vertical-align: top;
}

#main-header nav ul {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  vertical-align: top;
}

#main-header nav ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

#main-header nav ul li > a {
  color: #282828;
  font-family: "Avenir Next" !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.56px;
  display: block;
  padding: 9px 20px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 32px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  border: 0;
}

#main-header nav ul li.download a {
  padding: 1.5px 17px;
}

#main-header nav ul li:hover a,
#main-header nav ul li.active a {
  color: #2db0c7;
  background: transparent;
}

#main-header nav ul li.download {
  background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
  color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  box-sizing: border-box;
  margin-left: 10px;
  position: relative;
  top: 6px;
  padding: 0;
  line-height: normal;
}

#main-header nav ul li.download a {
  color: #fff;
}

#main-header nav ul li.download a:hover {
  color: #2db0c7;
}

#main-header nav ul li.download:hover {
  background: none;
}

/* above-fold */
.app-name-container {
  width: 45%;
}

.above-fold {
  display: inline-block;
  height: 768px;
  height: 100vh;
  min-height: 470px;
  background-size: cover;
  padding: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 98px;
  vertical-align: top;
}

.above-fold .above-fold-text {
  z-index: 11;
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.above-fold-cell {
  display: flex;
  background: transparent;
  align-items: center;
  column-gap: 10%;
}

.fadeScroll {
  max-width: 40%;
}

.above-fold .above-fold-text img {
  margin-bottom: 10px;
}

.above-fold .above-fold-text p {
  color: #282828;
  margin: 10px 20px;
  font-size: 22px;
  font-weight: normal;
}

.above-fold .above-fold-text .btn-box a {
  display: inline-block;
  text-decoration: none;
  padding: 18px 0;
  color: #fff;
  border: 2px solid;
  border-radius: 14px;
  margin: 0 10px 10px 0;
  font-size: 14px;
  font-family: "Avenir Next" !important;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  min-width: 174px;
  letter-spacing: 0.56px;
}

.above-fold .above-fold-text .btn-box a.red {
  color: #fff;
  border-color: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
  background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
}

.above-fold .above-fold-text .btn-box a.red:hover {
  color: #2db0c2;
  background: transparent;
}

.above-fold .container,
.above-fold .container .row {
  height: 100%;
}

/* about-main */

.title-block {
  margin-bottom: 40px;
}

.title-block h2 {
  font-size: 50px;
  font-weight: 700 !important;
  line-height: normal;
  margin-bottom: 8px;
  color: #282828;
  margin-top: 0;
}

.title-block .sub-title {
  display: block;
  margin-bottom: 34px;
  color: #888888;
  font-size: 22px;
}

.title-block .sep-line {
  display: block;
  width: 50px;
  height: 3px;
  margin: 0 auto 30px;
  background: #2db0c7;
}

.about-box h6 {
  margin: 15px 0;
  font-size: 24px;
  color: #2db0c7;
}

.about-box p {
  color: #888888;
  max-width: 95%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
}

.downloadBtn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* features-main */

.features-main {
  background: #f8f8f8;
}

.features-box .features-text {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.features-box .features-text span.ficon {
  float: right;
  width: 56px;
}

.features-box .fadeInLeft.features-text span.ficon {
  position: relative;
  left: 15px;
}

.features-box .fadeInRight.features-text span.ficon {
  position: relative;
  left: -15px;
}

.features-box .features-text span.ficon:before {
  font-size: 44px;
  line-height: 65px;
  color: #2db0c7;
}

.features-box .features-text.text-left span.ficon {
  float: left;
}

.features-box .features-text .features-info {
  margin: 40px 0;
}

.features-box .features-text .features-info .info-text {
  display: inline-block;
  width: 70%;
  width: calc(100% - 56px);
  vertical-align: top;
  margin: 0 0;
}

.features-box .features-text .features-info .info-text h6 {
  color: #2db0c7;
  font-size: 24px;
  margin: 5px 0 17px;
}

.features-box .features-text .features-info .info-text p {
  color: #888888;
  font-size: 16px;
  line-height: 27px;
}

.features-box .features-img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px;
}

.features-mob {
  background-size: 100% 100%;
  width: 328px;
  height: 690px;
  text-align: center;
  margin: 0 auto;
}

.features-mob img {
  margin-left: 4px;
  max-width: 278px;
  padding-top: 99px;
}

/* work-main */

.work-main {
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.work-main .topClr {
  opacity: 0.8;
}

.work-main .container {
  position: relative;
  z-index: 1;
}

.work-main .infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.popup-video {
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 43px;
}

.popup-video:hover,
.popup-video:active,
.popup-video:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.mfp-wrap {
  z-index: 9999999;
}

.mfp-bg {
  z-index: 999999;
  opacity: 0.9;
  background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
}

.mfp-iframe-holder .mfp-close {
  display: none;
}

.mfp-bg:hover,
.mfp-wrap:hover {
  cursor: url("../images/icon-zoom-out.png"), url("../images/icon-zoom-out.cur"), pointer;
}

/* benefits-main */

.benefits-main .row,
.send-block-main .row,
#main-footer .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* send-block-main */
.topClr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
  opacity: 0.85;
  z-index: 0;
}

/* screenshot-main */
.screenshot-main {
  overflow: hidden;
  margin-bottom: 73px;
}

.screen-slider {
  width: 100%;
  position: relative;
  display: block;
}

/* count-block-main */
.count-block-main {
  background: url("http://placehold.it/1904x1193") no-repeat center;
  position: relative;
}

.count-block-main .topClr {
  opacity: 0.9;
}

.count-block-main .ficon:before {
  color: #fff;
  font-size: 40px;
}

.count-block-main .ficon {
  border: 2px solid #fff;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 7px;
}

.count-block-main span.count {
  display: block;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 3px;
}

.count-block-main em {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: normal;
}

.plan-box {
  display: inline-block;
  /* margin-top: 30px;     */
  width: 100%;
}

.plan-box .plan-box-main {
  width: 380px;
  display: inline-block;
  background: #fff;
  padding: 35px 50px;
  margin: 20px 0;
}

.plan-box .plan-box-main .plan-type {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #000912;
}

.plan-box .plan-box-main.center .plan-type {
  color: #fff;
}

.plan-box .plan-box-main .plan-price {
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 20px;
  display: block;
  color: #d53142;
  font-weight: 600;
}

.plan-box .plan-box-main ul li {
  padding: 18px 0;
  border-top: 1px solid #4dcfe0;
  font-size: 16px;
}

.plan-box .plan-box-main.center ul li {
  color: #fff;
}

.plan-box .plan-box-main ul li:last-child {
  border-bottom: 1px solid #4dcfe0;
}

.plan-box .plan-box-main a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Avenir Next" !important;
  font-weight: 600;
  font-size: 14px;
  width: 163px;
  height: 56px;
  line-height: 52px;
  border: 2px solid transparent;
  border-radius: 10px;
  margin-top: 50px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background-color: #d53142;
  letter-spacing: 0.56px;
  padding: 0;
}

.plan-box .plan-box-main:hover a,
.plan-box .plan-box-main a:hover {
  color: #d53142;
  border-color: #d53142;
  background-color: transparent;
}

.plan-box .plan-box-main.center {
  background: #d53142;
  padding: 52px 50px;
  margin: 0;
}

.plan-box .plan-box-main.center .plan-price {
  color: #fff;
}

.plan-box .plan-box-main.center ul li {
  border-color: #4dcfe0 !important;
}

.plan-box .plan-box-main.center a {
  color: #fff;
  background-color: #02101d;
  margin-top: 50px;
}

.plan-box .plan-box-main.center:hover a,
.plan-box .plan-box-main.center a:hover {
  color: #02101d;
  background-color: transparent;
  border-color: #02101d;
}

.plan-box .plan-box-main .plan-price .dollar-sign {
  font-size: 30px;
  font-weight: 100;
  margin-right: 6px;
}

.plan-box .plan-box-main .plan-price .sup-price {
  font-weight: 100;
  font-size: 55%;
}

.plan-box-main ul {
  margin: 0;
  padding: 0;
}

/* 12. team-block-main */

.team-slider-main {
  width: 100%;
}

.team-slider-main .item {
  overflow: hidden;
  margin: 0 auto;
}

.team-slider-main .team-photo {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
  display: inline-block;
  border: 10px solid #d53142;
  width: 264px;
  height: 264px;
}

.team-slider-main .team-photo:after,
.team-slider-main .team-photo:before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.51);
  content: "";
  display: block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.team-slider-main .team-photo:after {
  top: 0;
}

.team-slider-main .team-photo:before {
  bottom: 0;
}

.team-slider-main .team-photo:hover:after,
.team-slider-main .team-photo:hover:before {
  height: 100%;
}

.team-slider-main .team-photo .social-links {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 30px;
  left: 0;
  display: block;
  text-align: center;
  margin-top: -15px;
  z-index: 11;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.team-slider-main .team-photo .social-links a {
  color: #fff;
  margin: 0 8px;
  font-size: 22px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

.team-slider-main .team-photo .social-links a:hover {
  color: #d53142;
}

.team-slider-main .team-photo:hover .social-links {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.team-slider-main img {
  margin: 0 auto;
  border-radius: 50%;
}

.team-slider-main .name {
  color: #d53142;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.team-slider-main .role {
  font-size: 16px;
  color: #888888;
  display: block;
  font-style: normal;
}

.container .bx-wrapper .bx-pager {
  bottom: -65px;
}

/* downlod-block-main */

.downlod-block-main {
  background-size: cover;
  position: relative;
}

.downlod-block-main h2 {
  color: #ffffff;
}

.downlod-block-main .topClr {
  background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
  opacity: 0.8;
}

.downlod-block-main .container {
  position: relative;
  z-index: 1;
}

.downlod-block-main .title-block .sep-line {
  background: #fff;
}

.downlod-block-main .title-block .sub-title {
  color: #fff;
}

.downlod-btn {
  text-align: center;
  margin-bottom: 83px;
}

.downlod-btn a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

.downlod-btn a + a {
  margin-left: 25px;
}
.downlod-btn a:hover {
  opacity: 1;
}

/* footer */

#main-footer {
  background: #000912;
  padding: 60px 0;
}

ul.social-link {
  /* margin: 40px 0; */
  margin: 0;
  padding: 0;
}

ul.social-link li {
  display: inline-block;
  margin: 0 8px;
}

ul.social-link li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: normal;
}

ul.social-link li a:active,
ul.social-link li a:hover,
ul.social-link li a:focus {
  text-decoration: none;
}

ul.social-link li a:hover {
  color: #2db0c2;
  text-decoration: none;
}

.copyright {
  font-size: 16px;
  color: #888888;
  margin-bottom: 0;
}

.copyright a {
  color: #2db0c7;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.copyright a:hover {
  color: #fff;
  text-decoration: none;
}

.foot_middle img {
  max-width: 60px;
  border-radius: 10px;
}

/* back to top css */

.back-to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: #1e6b8a;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  line-height: 40px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  background: #105070;
  text-decoration: none;
}

.back-to-top i {
  color: #fff;
  font-size: 16px;
}

.back-to-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.back-to-top.cd-is-visible,
.back-to-top.cd-fade-out,
.no-touch .back-to-top:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* media css */
@media screen and (max-width: 1200px) {
  #main-header nav ul li > a {
    font-size: 12px;
    padding: 9px 12px;
  }
  #main-header nav ul li.download {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1169px) {
  img {
    max-width: 100%;
  }
  #main-header .container {
    width: 100%;
  }
  #main-header nav {
    margin: 13px 0;
  }
  .navbar-toggle,
  #main-header .navbar-collapse.in {
    display: block !important;
  }
  .navbar-toggle {
    margin: 0;
    border: 0;
    padding: 0;
    top: 18px;
    right: 0px;
    display: block !important;
    z-index: 1;
  }
  #main-header .navbar-header {
    display: inline-block;
    width: 100%;
  }
  #main-header .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
  }
  #main-header .navbar-toggle .icon-bar:nth-of-type(4) {
    top: 2px;
  }
  #main-header .navbar-toggle .icon-bar {
    position: relative;
    transition: all 250ms ease-in-out;
  }
  #main-header .navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 7.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #main-header .navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
  }
  #main-header .navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  #main-header .navbar-toggle .icon-bar {
    position: relative;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
    width: 35px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  #main-header .navbar-collapse {
    display: block;
    position: absolute;
    right: -300px;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #2db0c2 0%, #4dcfe0 99.48%);
    width: 260px;
    height: calc(100vh - 76px) !important;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    top: 100%;
    overflow: auto;
  }
  #main-header nav ul {
    display: block;
    width: 100%;
    overflow: auto;
  }
  #main-header nav ul li {
    display: block;
    float: none;
    padding: 1px 20px;
  }
  #main-header nav ul li.download {
    background: none;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    margin-left: 0;
  }
  #main-header nav ul li a {
    font-size: 20px;
    color: #fff;
  }
  #main-header .col-lg-12,
  #main-header .navbar {
    position: static;
    width: 95%;
  }
  #main-header nav ul li a:hover {
    color: #fff;
  }
  #main-header.open-nav .navbar-collapse {
    right: 0;
  }
  #main-header nav ul li:hover a,
  #main-header nav ul li.active a {
    color: #fff !important;
  }
  .features-box .features-text {
    width: 29%;
  }
  .screenshot-main {
    padding-bottom: 142px;
  }
  #main-footer,
  .screenshot-main {
    padding-bottom: 60px !important;
  }
  .above-fold {
    padding-top: 76px;
  }
}

@media screen and (max-width: 1024px) {
  .app-name-container {
    margin: auto;
    width: 60%;
  }

  .parallax {
    background-attachment: scroll !important;
  }
  .downlod-btn {
    margin-bottom: 60px;
  }
  .downlod-btn > a:last-child {
    margin-bottom: 0px;
  }
  .above-fold {
    height: inherit;
    min-height: inherit;
  }
  .above-fold .above-fold-text {
    position: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 11;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 60px 0;
  }
  .features-box .fadeInLeft.features-text span.ficon,
  .features-box .fadeInRight.features-text span.ficon {
    left: 0;
  }
  .features-box .features-text .features-info,
  .features-box .features-text.text-left .features-info:last-child {
    margin-bottom: 0px;
  }
  .features-box .features-text.text-right .features-info:first-child {
    margin-top: 0px;
  }
  .features-box .features-text .features-info:last-child {
    margin-bottom: 30px;
  }
  .features-box .features-text {
    width: 100%;
  }
  .features-box .features-text .features-info {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .features-box .features-text.text-right {
    text-align: center;
  }
  .features-box .features-text.text-right span {
    float: left;
  }
  .features-box .features-text.text-left {
    text-align: center;
  }
  .features-box .features-img {
    width: 100%;
    margin: 15px 0;
  }
}

@media screen and (max-width: 992px) {
  .app-name-container {
    width: 100%;
  }
  .features-box .features-text span.ficon {
    width: 70px;
  }
  .features-box .features-text .features-info .info-text {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 768px) {
  .downlod-btn img {
    height: 70px;
  }
  .title-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .features-box .features-text span.ficon {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .benefits-main .row,
  .send-block-main .row,
  #main-footer .row {
    flex-wrap: wrap;
  }
  ul.social-link {
    margin: 40px 0 20px;
  }
  #main-footer,
  ul.social-link {
    text-align: center;
  }
  .about-box .col-xs-12 + .col-xs-12 {
    margin-top: 40px;
  }
  .above-fold-cell {
    flex-direction: column;
    row-gap: 50px;
  }
}

@media screen and (max-width: 559px) {
  * {
    -webkit-text-size-adjust: none;
  }
  .title-block h2 {
    font-size: 34px;
    line-height: 40px;
  }
  ul.social-link li {
    margin: 0 10px;
  }
  ul.social-link li a {
    font-size: 18px;
  }
  ul.social-link li {
    margin: 0 12px;
  }
  .above-fold .above-fold-text {
    width: 100%;
  }
  .features-box .features-text .features-info {
    width: 100%;
    text-align: center;
  }
  .features-box .features-text span.ficon {
    float: none !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .features-box .features-text .features-info .info-text {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .pad-bottom-110 {
    padding-bottom: 60px;
  }
  .pad-top-110 {
    padding-top: 45px;
  }
  .downlod-btn a + a {
    margin-left: 0;
    width: 100%;
  }
}

div#site-main {
  overflow: hidden;
}

#download,
#main-footer {
  padding-left: 10px;
  padding-right: 10px;
}
