/* CSS Document */
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.otf") format("opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-MediumItalic';
  src: url("../fonts/Graphik-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-MediumItalic.otf") format("opentype"), url("../fonts/Graphik-MediumItalic.woff") format("woff"), url("../fonts/Graphik-MediumItalic.ttf") format("truetype"), url("../fonts/Graphik-MediumItalic.svg#Graphik-MediumItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold.otf") format("opentype"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.ttf") format("truetype"), url("../fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  font-family: Graphik-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  min-width: 320px;
  margin: 0px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

h1 {
  font-size: 2em;
  text-transform: capitalize; }

h2 {
  font-size: 1em;
  font-family: Graphik-Semibold;
  color: #000000; }

.navbar {
  background: #183f9a;
  padding: 1em;
  box-shadow: 2px 9px 9px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 2.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1071; }
  .navbar h1 {
    position: absolute;
    width: 100%;
    color: #FFF;
    left: 0;
    right: 0;
    text-align: center; }

.app-container {
  padding: 0 1em; }

.row {
  margin: 0; }

.appblock {
  padding: 1em;
  background: #FFF;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  margin-bottom: 2em; }

.img-col {
  padding-left: 0;
  padding-right: 2em; }

.desc-col {
  padding: 0; }
  .desc-col [class*="col"] {
    padding: 0; }

/* Steps to trust developer */
.navbar h1{
	z-index: -1;
}
.steps-to-trust-link{
	width: 20%;
    padding: 35px 0;
    text-align: center;
	background: rgb(6,45,136);
	z-index:100;
}
.steps-to-trust-link a.steps-link,.steps-to-trust-link a.steps-link:hover{
	text-decoration: underline;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}	
#trustModal .modal-dialog{
	max-width: 95%;
    margin-bottom: 2em;
    padding-top: 5em;
}
#trustModal .modal-header,#howToTrustModal .modal-header{
	padding:0;
	border-bottom: 0;
}
#trustModal .modal-header button,#howToTrustModal .modal-header button{
	margin: 0;
    background: #000;
    color: #fff;
    opacity: 1;
    padding: 0.4em 0.6em;
}
#trustModal .modal-header h4{
	text-transform: capitalize;
    font-size: 1.6em;
	padding:1.3em 1em 0.5em;
	font-family: Graphik-Semibold;
}
#trustModal .modal-footer{
	border-top: 0;
}
#trustModal .modal-body{
	padding: 0 1em 1em;
}
#trustModal .trust-step{
	padding:1em 0.8em;
}
#trustModal .trust-step a{
	text-decoration: underline;
	color: #183f9a;
	font-size:1.1em;
}
#trustModal .trust-step h5{
	color: #183f9a;
	/*color: rgb(23,64,156);*/
	font-size:1.1em;
	padding: 2em 0 1.5em;
	font-family: Graphik-Semibold;
	
}
#howToTrustModal .modal-header {
	display: block;
}
#howToTrustModal p{
	font-size: 1.1em;
	font-family: Graphik-Regular;
	margin-bottom: 10px;
	text-align:center;
}
#howToTrustModal.modal button.popup-btn{
	width:100px;
}
#howToTrustModal .btn-container{
	margin: 1em 0;
    text-align: center;
}
#howToTrustModal .btn:focus,#howToTrustModal .btn:active:focus,#howToTrustModal .btn.active:focus,
#howToTrustModal .btn.focus,#howToTrustModal .btn:active.focus,#howToTrustModal .btn.active.focus {
  outline: none;
  box-shadow:none;
}
.img-responsive{
	max-width: 100%;
}
.download-block a,#howToTrustModal button.popup-btn, #trustModal button.popup-btn{
	background-color: Black;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px 2px;
    border-radius: 4px;
    width: 200px;
    font-weight: bold;
	cursor: pointer;
}
#trustModal button.popup-btn{
	width: unset;
	margin-bottom: 1.5em;
	padding: 12px 20px;
}
.download-block .andriod_link{
	color: #7BBC5F ;
}
.sticky-mobile-link{
	display:none;
}
div.btns-col{
	padding: 0;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.2em; }

  h2 {
    margin-bottom: 0.5em;
    font-size: 0.75em; }

  p {
    font-size: 0.8em;
    margin-bottom: 0.4em; }

  .navbar img {
    transform: scale(0.5);
    transform-origin: 0; }

  .appblock {
    margin-bottom: 1.5em; }

  .img-col {
    padding-right: 1.2em;
    max-width: 200px; }

  .download-block {
    display: flex; 
	/*align-items: center;
    justify-content: center;*/
	}
    .download-block a:first-child {
      margin-right: 0.5em; }
    .download-block img {
      max-width: 90px; } 
/* Steps to trust developer */
.navbar{
	padding: 0;
}
.navbar-brand{
	padding-left: 0.5em;
}
.steps-to-trust-link{
	width: 35%;
	padding:10px 0;
}
div.steps-to-trust-link a.steps-link,div.steps-to-trust-link a.steps-link:focus,div.steps-to-trust-link a.steps-link:hover{
	font-size: 0.9em;
}
#trustModal .trust-step{
	padding: 0.5em 0.8em;
}
#trustModal .trust-step h5,#trustModal .trust-step a{
	font-size: 1em;
}
#trustModal .modal-header h4{
	font-size: 1.2em;
}
.download-block a{
	width:140px;
	font-size: 0.9em;
}
.sticky-mobile-link{
	display:block;
	position: fixed;
    width: 100%;
    background: rgb(6,45,136);
	text-align:center;
    bottom: 0;
    right: 0;
    padding: 0.5em;
}
.sticky-mobile-link a.steps-link{
	  color: #fff;
	  font-size:1em;
	  text-decoration: underline;
	  cursor: pointer;
}
 .steps-to-trust-link{
	 display: none;
 }
 #howToTrustModal .modal-dialog{
		top: 25%;
}
#howToTrustModal p,#howToTrustModal.modal button.popup-btn{
	font-size: 0.9em;
}
#trustModal .modal-header button, #howToTrustModal .modal-header button{
	font-size: 1.2em;
}
div#trustModal button.popup-btn{
	font-size: 0.9em;
}
div.btns-col{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/* Steps to trust developer */	  
}
/* iphone5/SE ----------- */
@media screen and (max-width: 320px) {
  .download-block img {
    max-width: 70px; }

  p {
    font-size: 0.7em; }

  .navbar img {
    transform: scale(0.4); }
.download-block a{
	width: 115px;
    font-size: 0.8em;
    padding: 8px 5px;
}
div#trustModal button.popup-btn{
	padding: 12px 15px
}
.button-wrapper,.button-wrapper div{
	padding: 0;
}
}
/* iphone 6,7,8 +----------- */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
	.steps-to-trust-link{
		padding: 20px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 1.5em; }

  h2 {
    font-size: 1.2em; }

  p {
    font-size: 1.1em; }

  .navbar img {
    transform: scale(0.7); }
/* Steps to trust developer */
.steps-to-trust-link {
    width: 30%;
    padding: 20px 0;
}
.download-block {
    display: flex;
    align-items: unset;
    justify-content: unset;
}
/* Steps to trust developer */
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 1.7em;
    margin-bottom: 0.8em; }

  p {
    font-size: 1.2em; }

  .app-container {
    padding: 0 4em; }

  .navbar {
   /* padding: 1em 4em;*/
	padding: 0;
   }

  .desc-col {
    display: flex; }

  .download-block {
    text-align: right; }

  .appblock {
    padding: 2em; } 
/* Steps to trust Developer */	
	.navbar-brand{
		   padding: 0em 3em;
	}
	#howToTrustModal .modal-dialog{
		top: 20%;
	}
}
@media screen and (min-width: 1600px) {
	.download-block a{
		width: 250px;
	}
}