/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */


* {
  min-height: 0;
  min-width: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  font-family: sans-serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  padding: 0 0 0 0;
  margin: 0;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-size: 98%;
  line-height: 1.15;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 2rem;
}

h2, h3, .intro {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus, a:active {
  outline: 0 !important;
}

b, strong {
  font-weight: bolder;
}

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

.icon {
  display: inline-block;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.btn-app {
  border: none;
  letter-spacing: 0.35px;
  font-weight: 600;
  padding: 18px 5px 16px;
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  background: #1F61DC;
  text-transform: capitalize;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.btn-app .icon {
  width: 2em;
  height: 1.5rem;
  font-size: 22px;
}

.bkash-wrapper {
  padding: 15px 15px 0;
  margin: auto;
  max-width: 480px;
}

.bkash-app-banner {
  margin-top: 15px;
}

.bkash-app-banner img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.app-heading {
  color: #243B50;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  text-align: center;
}

.app-category, .app-package-box {
  padding: 15px;
  background: #E5EDF6;
  border-radius: 4px;
}

.app-category:not(:last-child), .app-package-box:not(:last-child) {
  margin-bottom: 15px;
}

.app-category-box {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 62px;
  background-size: 45px;
}

.app-category-box a, .app-package-box ul li a {
  color: #1F61DC;
  font-weight: 600;
  font-size: 18px;
}

.app-package-box ul li a {
  text-transform: capitalize;
}

.app-category-box p {
  margin-top: 5px;
  line-height: 1.5em;
  letter-spacing: 0.35px;
  font-weight: 400;
  color: #455C7A;
  font-size: 15px;
}

.app-package-box ul {
  padding: 0;
  margin: 0 0 10px;
}

.app-package-box ul li {
  font-weight: 500;
  color: #455C7A;
  padding: 5px 0;
  font-size: 16px;
}

.app-package-box ul li:nth-child(1) {
  padding-top: 0;
}

.app-package-box ul li .icon {
  width: 18px;
  height: 16px;
  margin-right: 5px;
  transform: translateY(-2px);
}

.app-package-box ul li:nth-child(2) {
  color: #52409C;
}


.footer {
  background: #1F61DC;
  padding: 30px 0 25px;
  text-align: center;
  color: #000000;
}
.hotline {
  text-align: left;
  width: 225px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hotline img {
  margin-right: 15px;
}

.hotline h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  margin: 0;
  font-size: 24px;
}

.hotline h3 a {
  margin: 0 !important;
  font-size: 20px !important;
  color: #FFFFFF;
  font-weight: 500;
  display: block;
}

.hotline h3 span {
  display: block;
  font-size: 10px;
  font-weight: 300;
}

.footer address {
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.footer address h4 {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 500;
}

.footer address a {
  color: #FFFFFF;
}
.footer {
  padding-bottom: 70px;
}
.backToBkashHome {
  border-color: #e2136e;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  height: 50px;
  font-size: 18px;
  background-color: #e2136e;
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px !important;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.backToBkashHome .icon {
  width: 2em;
  height: 1.5rem;
  font-size: 22px;
}