.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .8);
}

.herosection {
  height: 100vh;
  background-image: url('../images/pexels-jose-parra-325935170-33126088-splash2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.brandlogo {
  width: 132px;
  height: 65px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: 132px;
  background-repeat: no-repeat;
}

.navbar-links {
  top: 3px;
  color: #404040;
  font-size: 12px;
}

.navbar-links:hover {
  color: #094e7e;
}

.hero-container {
  position: relative;
  height: 100%;
}

.navbar-maintext {
  position: relative;
  top: 44%;
  padding-left: 100px;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-shadow: 4px 2px 3px rgba(0, 0, 0, .5);
}

.navbar-learnmore {
  position: absolute;
  left: 0px;
  top: 65%;
  right: 0px;
  display: block;
  width: 145px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(22, 84, 147, .75), rgba(22, 84, 147, .75));
  background-image: linear-gradient(180deg, rgba(22, 84, 147, .75), rgba(22, 84, 147, .75));
  text-align: center;
  text-decoration: none;
}

.navbar-learnmore.how-it-works {
  position: static;
  margin-top: 25px;
}

.navbar-learnmoretext {
  position: static;
  padding: 9px 27px;
  color: #fff;
}

.servicessection {
  height: 423px;
  background-image: -webkit-linear-gradient(270deg, #e4e4e4, #e4e4e4);
  background-image: linear-gradient(180deg, #e4e4e4, #e4e4e4);
}

.services-container {
  padding-top: 76px;
}

.services-title {
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.services-labelone {
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #535353;
  line-height: 18px;
  text-align: center;
}

.services-labeltwo {
  margin-bottom: 1px;
  padding-top: 18px;
  font-family: Montserrat, sans-serif;
  color: #535353;
  text-align: center;
}

.services-labelthree {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 18px;
  text-align: center;
}

.services-row {
  padding-top: 31px;
}

.services-phoneicon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.services-titles {
  padding-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 13px;
  text-align: center;
}

.services-titles.titlesapps {
  padding-top: 14px;
}

.services-titles.titlescart {
  padding-top: 9px;
}

.services-titles.titlessoftware {
  padding-top: 12px;
}

.services-webicon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
}

.services-carticon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
}

.services-systemsicon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.services-softwareicon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
}

.softwarebusiness-title {
  height: 80px;
}

.businesssection {
  background-image: -webkit-linear-gradient(270deg, #1e1e1e, #1e1e1e);
  background-image: linear-gradient(180deg, #1e1e1e, #1e1e1e);
}

.business-text {
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.whyapps-leftblock {
  width: 50%;
  height: 428px;
  float: left;
  clear: none;
  background-image: url('../images/why_apps_bg_1000.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whyapps-leftblock.business-solutions-leftblock {
  background-image: url('../images/bg_business_solutions_1000.jpg');
  background-position: 46% 2%;
  background-size: cover;
  background-attachment: scroll;
}

.whyapps-section {
  clear: both;
}

.whyapps-rightblock {
  width: 50%;
  height: 428px;
  float: left;
  clear: none;
  background-image: -webkit-linear-gradient(270deg, #165493, #165493);
  background-image: linear-gradient(180deg, #165493, #165493);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whyapps-image {
  position: relative;
  top: 0;
  display: block;
  width: 450px;
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.whyapps-text {
  display: block;
  /* padding-top: 10%; */
  padding-top: 0;
  padding-left: 4%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.whyapps-desc {
  position: static;
  left: 4%;
  display: inline-block;
  padding-top: 14px;
  padding-right: 4%;
  padding-left: 4%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.whyapps-desc24 {
  font-size: 24px;
}

.whyapps-textlarge {
  font-size: 48px;
}

.responsive-section {
  clear: both;
}

.responsive-leftblock {
  width: 50%;
  height: 428px;
  float: left;
  background-image: -webkit-linear-gradient(270deg, #165493, #165493);
  background-image: linear-gradient(180deg, #165493, #165493);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.responsive-rightblock {
  width: 50%;
  height: 428px;
  float: left;
  background-image: url('../images/ResponsiveWebsites_1000.jpg');
  background-position: 0px 0px;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.responsive-leftblock .responsive-title,
.responsive-rightblock .responsive-title {
  padding-top: 0;
}

.responsive-rightblock.ecommerce-rightblock {
  background-image: url('../images/BG_ecommerce_v2_1000.jpg');
  background-size: contain;
}

.responsive-title {
  padding-top: 10%;
  padding-left: 4%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.responsive-desc {
  display: inline-block;
  padding-top: 14px;
  padding-right: 4%;
  padding-left: 4%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.responsive-image {
  position: relative;
  /* top: 23%; */
  top: 0;
  display: block;
  width: 701px;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.businesssolutions-image {
  position: relative;
  top: 0;
  display: block;
  max-width: 71%;
  margin-right: auto;
  margin-left: auto;
}

.ecommerce-section {
  clear: both;
}

.ecommerce-image {
  position: relative;
  top: 0;
  display: block;
  max-width: 71%;
  margin-right: auto;
  margin-left: auto;
}

.contact-section {
  position: relative;
  margin-top: 75px;
  margin-bottom: 166px;
  background-image: none;
}

.contact-title {
  padding-top: 46px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.contact-row {
  padding-top: 18px;
}

.contact-location-icon.custom-location-icon {
  margin-left: 6px;
}

.contact-location-label {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  font-family: Montserrat, sans-serif;
  color: #444;
}

.contact-location-label.contact-email-label {
  padding-left: 20px;
}

.contact-location-label.contact-phone {
  padding-left: 23px;
}

.contact-form-container {
  display: block;
  width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 35px;
}

.contactform-input-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.contactform-area-input {
  min-height: 100px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.contactform-submitbtn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 150px;
  padding-left: 150px;
  background-color: #1e73ca;
}

.footer-section {
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, #1d1d1d, #1d1d1d);
  background-image: linear-gradient(180deg, #1d1d1d, #1d1d1d);
  color: #1d1d1d;
}

.footer-containerbox {
  clear: both;
}

.footer-leftcontainer {
  display: inline-block;
  width: 50%;
  clear: left;
}

.footer-rightcontainer {
  display: inline-block;
  width: 50%;
}

.footer-logo-container {
  display: inline-block;
  width: 132px;
  height: 27px;
  margin-top: 20px;
  background-image: url('../images/Footer-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-msg {
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.footer-copyright {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 11px;
}

.footer-links-container {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  text-align: right;
}

.footer-links {
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.footer-links.footer-link-howitworks {
  margin-right: 0px;
}

.footer-social-container {
  width: 28px;
  height: 28px;
}

.footer-social-container.youtube {
  background-image: url('../images/youtube_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-social-container.googleplus {
  margin-right: 16px;
  background-image: url('../images/google_plus_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-social-container.twitter {
  margin-right: 15px;
  background-image: url('../images/twitter_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-social-container.facebook {
  margin-right: 15px;
  background-image: url('../images/fb_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-social-row {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  text-align: right;
}

.contact-location-row.contact-page {
  margin-top: 138px;
}

.about-section {
  width: 100%;
  min-height: 660px;
  margin-top: 63px;
  padding-bottom: 35px;
  background-image: url('../images/BGAbout_very_high.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-main-desc {
  margin-top: 120px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  text-shadow: 1px 1px 6px #000;
}

.about-sub-desc {
  margin-top: 90px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.blackbgtitle {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 135px;
  background-image: url('../images/paint_bar_black_2040.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.pagetitle {
  margin-top: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.contact-form-title {
  padding-top: 100px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.contact-column2 {
  padding-left: 58px;
}

.contact-other-emails {
  padding-top: 35px;
  font-family: Montserrat, sans-serif;
  color: #165493;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}

.contact-sales {
  margin-bottom: 5px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.contact-email {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.contact-technical-suppoert {
  margin-bottom: 5px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.section-development-header {
  height: 245px;
  margin-top: 75px;
  background-image: url('../images/Development_img1_very_high.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-development-header {
  height: 100%;
}

.development-header-paragraph {
  margin-top: 29px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, .42);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.headerbg-development {
  position: relative;
  z-index: 1;
  height: 135px;
  margin-top: 45px;
  background-image: url('../images/paint_bar_blue_2040.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.header-bg-container {
  height: 100%;
}

.development-title {
  padding-top: 52px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.software-development-section {
  margin-top: -30px;
  padding-bottom: 81px;
  background-image: url('../images/Development_img2_very_high.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.development-titles {
  padding-top: 65px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.development-languages {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.section-faq-header {
  height: 265px;
  background-image: url('../images/faq_bg_very_high.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-faq-header {
  height: 100%;
  padding-top: 66px;
}

.faq-label {
  margin-top: 70px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}

.section-faq-list {
  padding-bottom: 55px;
}

.container-faq-list {
  margin-top: 10px;
}

.faq-question {
  margin-bottom: 5px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #373737;
  font-size: 18px;
  line-height: 26px;
}

.faq-question.somedoubts {
  padding-top: 50px;
}

.faq-answer {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #373737;
}

.faq-email {
  color: #165493;
}

.section-bg-how-it-works {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/how_it_works_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-bg-how-it-works-title {
  width: 100%;
  height: 135px;
  margin-top: 100px;
  background-image: url('../images/paint_bar_blue_2040.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.container-bg-how-it-works-title {
  height: 100%;
}

.how-it-works-title {
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.how-it-works-titles {
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.hiw-you-col-left {
  display: inline-block;
  width: 45%;
  float: left;
}

.hiw-you-col-center {
  position: relative;
  display: inline-block;
  width: 10%;
  height: 100%;
  float: left;
}

.hiw-you-col-right {
  display: inline-block;
  width: 45%;
  float: left;
}

.container-main-column {
  position: relative;
  width: 100%;
}

.hiw-mahcode-col-left {
  width: 45%;
  float: right;
}

.hiw-mahcode-col-right {
  width: 45%;
  float: right;
}

.hiw-mahcode-col-center {
  position: relative;
  width: 10%;
  height: 100%;
  float: right;
}

.hiw-right-bubble {
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 20px 18px;
  border-radius: 15px;
  background-color: #fff;
}

.hit-buble-titles {
  font-family: Montserrat, sans-serif;
  color: #165493;
  font-size: 16px;
  font-weight: 700;
}

.hit-buble-titles.hiw-bubble-titles-left {
  text-align: right;
}

.hit-bubble-text {
  font-family: 'Varela Round', sans-serif;
  font-size: 17px;
}

.hit-bubble-text.hiw-buble-text-left {
  text-align: right;
}

.hiw-main-title {
  padding-top: 18px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
}

.hiw-main-title.hiw-main-title-right {
  text-align: left;
}

.hiw-number-circle {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 14px;
  background-color: #175593;
}

.hiw-circle-number {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.hiw-right-bubble-arrow {
  position: absolute;
  margin-left: -33px;
}

.hiw-left-bubble-arrow {
  position: absolute;
  right: 0px;
  margin-right: -14px;
  margin-left: auto;
}

.hiw-timeline {
  display: block;
  width: 3px;
  height: 100%;
  max-width: 3px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #175593;
  background-color: #175593;
}

.hiw-timeline.first-timeline {
  min-height: 150px;
  margin-top: 21px;
}

.hiw-timeline.body-timeline {
  position: static;
  left: 0px;
  right: 0px;
  min-height: 200px;
}

.hiw-row-title {
  margin-bottom: 56px;
}

.hiw-final-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  margin-top: -27px;
  margin-right: auto;
  margin-left: auto;
}

.hiw-faq-bg {
  height: 135px;
  margin-top: 72px;
  margin-bottom: 71px;
  background-image: url('../images/paint_bar_black_2040.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.hiw-doubts-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 135px;
  font-weight: 700;
  text-align: center;
}

.hiw-faq-link {
  color: #fff;
}

.bodyfootercolor {
  background-color: #1d1d1d;
}

.success-submit-overlay {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.success-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.success-submit-container {
  margin-top: 40vh;
}

.success-message {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.success-okay {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.success-button {
  padding: 11px 54px;
  background-color: #0c72ca;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.success-button-container {
  margin-top: 36px;
  text-align: center;
}

@media (max-width: 991px) {
  .whyapps-image {
    max-width: 85%;
    margin-top: 46px;
  }
  .whyapps-text {
    padding-left: 7%;
  }
  .whyapps-desc {
    padding-right: 7%;
    padding-left: 7%;
  }
  .responsive-title {
    padding-left: 7%;
  }
  .responsive-desc {
    padding-right: 7%;
    padding-left: 7%;
  }
  .responsive-image {
    max-width: 87%;
    margin-top: 58px;
  }
  .businesssolutions-image {
    max-width: 85%;
    margin-top: 78px;
  }
  .ecommerce-image {
    max-width: 85%;
    margin-top: 83px;
  }
}

@media (max-width: 767px) {
  .brandlogo {
    margin-left: 16px;
  }
  .navbar-maintext {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-learnmore.how-it-works {
    margin-top: 58px;
  }
  .servicessection {
    height: auto;
    padding-bottom: 54px;
  }
  .services-labelone {
    padding-right: 8px;
    padding-left: 8px;
  }
  .business-text {
    font-size: 17px;
  }
  .whyapps-leftblock {
    width: 100%;
    height: 550px;
  }
  .whyapps-rightblock {
    width: 100%;
    height: 400px;
  }
  .whyapps-text {
    font-size: 36px;
  }
  .whyapps-desc {
    font-size: 18px;
  }
  .whyapps-textlarge {
    font-size: 46px;
  }
  .responsive-leftblock {
    width: 100%;
    height: 400px;
  }
  .responsive-rightblock {
    width: 100%;
  }
  .responsive-rightblock.ecommerce-rightblock {
    height: 535px;
  }
  .responsive-image {
    margin-top: 35px;
  }
  .businesssolutions-image {
    margin-top: 85px;
  }
  .contact-location-row {
    text-align: center;
  }
  .contact-location-row.contact-page {
    margin-top: 100px;
  }
  .contact-email-row {
    text-align: center;
  }
  .contact-phone-row {
    text-align: center;
  }
  .about-section {
    padding-bottom: 58px;
  }
  .about-main-desc {
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }
  .about-sub-desc {
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }
  .pagetitle {
    padding-left: 10px;
  }
  .contact-column2 {
    padding-left: 10px;
  }
  .contact-other-emails {
    text-align: center;
  }
  .contact-sales {
    text-align: center;
  }
  .contact-email {
    text-align: center;
  }
  .contact-technical-suppoert {
    text-align: center;
  }
  .development-header-paragraph {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .development-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .development-titles {
    padding-right: 20px;
    padding-left: 20px;
  }
  .development-languages {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-label {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-question {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-answer {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .how-it-works-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hiw-you-col-left {
    width: 100%;
    float: left;
  }
  .hiw-you-col-center {
    position: absolute;
    display: block;
    margin-right: auto;
    margin-left: 7px;
    float: none;
  }
  .hiw-you-col-right {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hiw-mahcode-col-left {
    width: 100%;
  }
  .hiw-mahcode-col-right {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hiw-mahcode-col-center {
    position: absolute;
    display: block;
    margin-right: auto;
    margin-left: 5px;
  }
  .hit-buble-titles.hiw-bubble-titles-left {
    text-align: left;
  }
  .hit-bubble-text.hiw-buble-text-left {
    text-align: left;
  }
  .hiw-main-title {
    padding-right: 61px;
    padding-bottom: 10px;
    padding-left: 61px;
    text-align: left;
  }
  .hiw-main-title.hiw-main-title-right {
    padding-bottom: 10px;
  }
  .hiw-right-bubble-arrow {
    display: none;
  }
  .hiw-left-bubble-arrow {
    display: none;
  }
  .hiw-timeline.body-timeline {
    display: none;
  }
  .hiw-final-arrow {
    display: none;
  }
  .hiw-doubts-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .success-submit-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .navbar-maintext {
    top: 21%;
    text-align: center;
  }
  .services-labeltwo {
    padding-right: 7px;
    padding-left: 7px;
  }
  .business-text {
    padding-right: 8px;
    padding-left: 8px;
  }
  .whyapps-leftblock {
    height: 387px;
  }
  .whyapps-rightblock {
    height: 462px;
  }
  .whyapps-image {
    max-width: 90%;
  }
  .responsive-leftblock {
    height: 460px;
  }
  .responsive-rightblock {
    height: 332px;
  }
  .responsive-rightblock.ecommerce-rightblock {
    height: 415px;
  }
  .responsive-image {
    width: 702px;
    max-width: 91%;
  }
  .businesssolutions-image {
    max-width: 95%;
  }
  .ecommerce-image {
    max-width: 95%;
  }
  .contact-form-container {
    width: 290px;
  }
  .contactform-submitbtn {
    padding-right: 125px;
    padding-left: 125px;
  }
  .footer-social-row {
    margin-top: 20px;
  }
  .about-main-desc {
    margin-top: 80px;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    text-shadow: 2px 2px 6px #000;
  }
  .about-sub-desc {
    margin-top: 70px;
    text-align: center;
    text-shadow: 2px 2px 6px #000;
  }
  .pagetitle {
    text-align: center;
  }
  .headerbg-development {
    height: 150px;
    margin-top: 60px;
    background-position: 100% 50%;
  }
  .development-title {
    padding-top: 48px;
    text-align: center;
  }
  .software-development-section {
    margin-top: -40px;
  }
  .faq-label {
    text-align: center;
  }
  .how-it-works-title {
    text-align: center;
  }
  .hiw-timeline.first-timeline {
    display: none;
  }
  .hiw-faq-bg {
    min-height: 172px;
  }
  .hiw-doubts-title {
    display: inline-block;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 15px;
    line-height: 32px;
  }
}

