@charset "utf-8";
/*--------------------------------------------------------------------
	General CSS
--------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.top-title h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

/*-----------------------------------------------
  Index Page
-----------------------------------------------*/
.header-wrapper {
  background-image: url("../images/bg-dotted.png");
  border-bottom: 1px solid #dddddd;
}
.top-header {
  position: relative;
}
.banner-block {
  padding: 0;
}
.banner-right {
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 110px;
  border: 5px solid #127ab6;
}
.banner-right h1 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #127ab6;
}
.features {
  padding: 50px 0 35px 0;
}
.features-box {
  text-align: center;
    position: relative;
    box-shadow: 0.5px 0.99px 10px 0px #dae0e58c;
    background-color: #fff;
    border: 1px solid #efefef8c;
    border-radius: 4px;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-bottom-color: #28aae1;
    border-bottom-width: 5px;
}
.features-box img {
  margin-bottom: 15px;
}
.features-box h3 {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  color: #000000;
}

.btn-dark {
    color: #fff;
    background-color: #127ab6 !important;
    border-color: #127ab6 !important;
}

.simple-steps {
  padding: 40px 0;
  background-color: #fafafa;
}

@media (min-width: 1200px){
.container {
    max-width: 1046px !important;
}
}

.pocket-hero h6{
	margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: revert;
    color: inherit;
}

.step-container {
  position: relative;
}
.step-container::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 112px;
  background-color: #dddddd;
  top: 0;
}
.steps-timeline {
  position: relative;
  display: flex;
  margin: 20px 0;
}
.step-box {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  display: flex;
  font-weight: bold;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.step-box::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  right: -25px;
  z-index: 9999;
}
.steps-timeline:nth-child(1) .step-box:after {
  background-color: #ef4e27;
}
.steps-timeline:nth-child(2) .step-box:after {
  background-color: #d5266e;
}
.steps-timeline:nth-child(3) .step-box:after {
  background-color: #1391b3;
}
.steps-timeline:nth-child(4) .step-box:after {
  background-color: #7d40bb;
}
.time-line-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-bottom-width: 3px;
  border-bottom-color: #dddddd;
  width: calc(100% - 100px);
  margin-left: 36px;
  font-size: 22px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

.app-screens {
  padding: 50px 0 50px 0;
  background-color: #ffffff;
}

.app-screen-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app-screen-item {
  flex-basis: 15%;
  margin: 5px;
  border: 1px solid #dddddd;
}

.representative {
  padding: 50px 0 40px 0;
}
.representative .top-title h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}
.cost-data {
  margin-top: 10px;
}
.cost-data h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.cost-data li {
  margin: 15px;
}

.contact-support {
  padding: 10px 0;
}

.support-mail h4 {
  font-size: 16px;
  margin-top: 25px;
}
.support-images {
  text-align: right;
}

.description li {
  margin: 15px;
}
.playstore-cta {
  text-align: center;
  margin-bottom: 50px;
}

/* ============================================
 Responsive
=============================================*/
@media (max-width: 768px) {
/*
	.feature-sec .col-md-4{
		width: 50%;
	}
	
	.features-box img{
	width: 70%;
    height: 70%;
	}
*/

	.contact-support .text-left{
	   text-align: center !important;
	}

	.contact-support .text-right{
	   text-align: center !important;
	}

	.top-header img{
	   width: 32%;
	}

	.top-header {
    text-align: center;
    padding: 12px;
    }

	.pocket-hero{
		text-align: center;
	}

  .pocket-hero h1{
		font-size: 22px
	}	

	.h2, h2 {
    font-size: 20px;
  }

  .banner-right {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner-right h1 {
    font-size: 25px;
  }
  .top-title h1 {
    font-size: 28px;
  }
  .step-box {
    width: 40px;
    height: 34px;
    font-size: 18px;
  }
  .step-container::after {
    left: 51px;
  }
  .time-line-box {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 10px;
  }
  .features {
    padding: 30px 0 10px 0;
  }
  .app-screen-item {
    flex-basis: 45%;
  }
  .support-mail {
    text-align: center;
    margin-bottom: 20px;
  }
  .support-images {
    text-align: center;
  }
  .contact-support {
    padding-top: 20px;
  }
  .banner-block .col-md-7 {
    order: 2;
  }
  .banner-block .col-md-5 {
    order: 1;
  }
}